JRole.java

00001 
00027 package org.objectweb.jonas.security.auth;
00028 
00035 public class JRole extends JPrincipal {
00036 
00037 
00042     public JRole(String name) {
00043         super(name);
00044     }
00045 
00046 }

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