org.picketlink.identity.federation.bindings.tomcat.sp.holder
Class ServiceProviderSAMLContext
java.lang.Object
org.picketlink.identity.federation.bindings.tomcat.sp.holder.ServiceProviderSAMLContext
public class ServiceProviderSAMLContext
- extends Object
A context of username/roles to be used by login modules
- Since:
- Feb 13, 2009
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_PASSWORD
public static final String EMPTY_PASSWORD
- See Also:
- Constant Field Values
ServiceProviderSAMLContext
public ServiceProviderSAMLContext()
push
public static void push(String user,
List<String> roles)
clear
public static void clear()
getUserName
public static String getUserName()
getRoles
public static List<String> getRoles()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.