|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.services.security.auth.login.SamlContext
public final class SamlContext
SamlContext provides a way to retreive a SamlCredential or Set
of SamlCredentials from the current Subject
.
Method Summary | |
---|---|
static SamlCredential |
getFirstSamlCredential()
Gets the first SamlCredential belonging to the current Subject. |
static java.util.Set<SamlCredential> |
getSamlCredentials()
Get a list of the Subject SamlCredentials. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.Set<SamlCredential> getSamlCredentials()
public static SamlCredential getFirstSamlCredential()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |