SecurityRoleDesc.java

00001 
00027 package org.objectweb.jonas_web.deployment.api;
00028 
00029 import org.objectweb.jonas_lib.deployment.xml.SecurityRole;
00030 
00035 public class SecurityRoleDesc {
00036 
00040     private String name = null;
00041 
00042 
00047     public SecurityRoleDesc(SecurityRole securityRole) {
00048         this.name = securityRole.getRoleName();
00049     }
00050 
00055     public String getRoleName() {
00056         return name;
00057     }
00058 
00059 }

Generated on Tue Feb 15 15:05:58 2005 for JOnAS by  doxygen 1.3.9.1