org.picketlink.identity.federation.bindings.tomcat
Class TomcatRoleGenerator
java.lang.Object
org.picketlink.identity.federation.bindings.tomcat.TomcatRoleGenerator
- All Implemented Interfaces:
- RoleGenerator
public class TomcatRoleGenerator
- extends Object
- implements RoleGenerator
Generate roles from Tomcat Principal
- Since:
- Jan 21, 2009
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TomcatRoleGenerator
public TomcatRoleGenerator()
generateRoles
public List<String> generateRoles(Principal principal)
- Specified by:
generateRoles
in interface RoleGenerator
- Throws:
IllegalArgumentException
- if principal is not of type GenericPrincipal or User- See Also:
RoleGenerator.generateRoles(Principal)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.