PicketLink Federation Common Server Bindings for Apache Tomcat 2.1.3.1-redhat-1

org.picketlink.identity.federation.bindings.tomcat.sp.holder
Class ServiceProviderSAMLContext

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

Field Summary
static String EMPTY_PASSWORD
           
 
Constructor Summary
ServiceProviderSAMLContext()
           
 
Method Summary
static void clear()
           
static List<String> getRoles()
           
static String getUserName()
           
static void push(String user, List<String> roles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_PASSWORD

public static final String EMPTY_PASSWORD
See Also:
Constant Field Values
Constructor Detail

ServiceProviderSAMLContext

public ServiceProviderSAMLContext()
Method Detail

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

PicketLink Federation Common Server Bindings for Apache Tomcat 2.1.3.1-redhat-1

Copyright © 2012 JBoss Inc.. All Rights Reserved.