Package | Description |
---|---|
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.wsfederation.common |
Defines common WS-Federation utilities and constants.
|
Modifier and Type | Method and Description |
---|---|
static NameIDInfo |
AccountUtils.getAccountFederation(String userID,
String hostEntityID,
String remoteEntityID)
Returns the account federation information of a user for the given
identity provider and a service provider.
|
static NameIDInfo |
NameIDInfo.parse(String info)
Returns the
NameIDInfo by parsing the string value. |
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
AccountUtils.convertToAttributes(NameIDInfo info,
NameIDInfoKey infoKey)
Converts the provided NameIDInfo and NameIDInfoKey to a Map<String, Set<String>> structure.
|
static boolean |
AccountUtils.removeAccountFederation(NameIDInfo info,
String userID)
Removes the account federation of a user.
|
static void |
AccountUtils.setAccountFederation(NameIDInfo info,
String userID)
Sets the account federation information to the datastore for a user.
|
Modifier and Type | Field and Description |
---|---|
NameIDInfo |
SPFedSession.info
NameIDInfo for the session. |
Modifier and Type | Method and Description |
---|---|
static void |
SPACSUtils.saveInfoInMemory(SessionProvider sessionProvider,
Object session,
String sessionIndex,
String metaAlias,
NameIDInfo info,
boolean isIDPProxy,
boolean isTransient) |
Constructor and Description |
---|
SPFedSession(String idpSessionIndex,
String sessionID,
NameIDInfo info,
String metaAlias)
Constructs new
SPFedSession object |
Modifier and Type | Method and Description |
---|---|
static NameIDInfo |
AccountUtils.getAccountFederation(String userID,
String hostEntityID,
String remoteEntityID)
Returns the account federation information of a user for the given
identity provider and a service provider.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AccountUtils.removeAccountFederation(NameIDInfo info,
String userID)
Removes the account federation of a user.
|
static void |
AccountUtils.setAccountFederation(NameIDInfo info,
String userID)
Sets the account federation information in the datastore for a user.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.