PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.impl
Class EmptyRoleGenerator

java.lang.Object
  extended by 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

Constructor Summary
EmptyRoleGenerator()
           
 
Method Summary
 List<String> generateRoles(Principal principal)
          Generate roles given a principal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyRoleGenerator

public EmptyRoleGenerator()
Method Detail

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)}

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.