org.picketlink.identity.federation.core.impl
Class EmptyRoleGenerator
java.lang.Object
org.picketlink.identity.federation.core.impl.EmptyRoleGenerator
- All Implemented Interfaces:
- RoleGenerator
public class EmptyRoleGenerator
- extends Object
- implements RoleGenerator
A Role Generator that generates no roles
- Since:
- Oct 12, 2009
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyRoleGenerator
public EmptyRoleGenerator()
generateRoles
public List<String> generateRoles(Principal principal)
- Description copied from interface:
RoleGenerator
- Generate roles given a principal
- Specified by:
generateRoles
in interface RoleGenerator
- Returns:
- See Also:
RoleGenerator#generateRoles(Principal)}
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.