| Package | Description |
|---|---|
| org.jboss.seam.security.external | |
| org.jboss.seam.security.external.saml | |
| org.jboss.seam.security.external.saml.api | |
| org.jboss.seam.security.external.saml.idp |
| Modifier and Type | Class and Description |
|---|---|
class |
SamlNameIdImpl |
| Modifier and Type | Method and Description |
|---|---|
SamlNameId |
SamlMultiUserIdentityProviderApi.createNameId(String value,
String format,
String qualifier) |
SamlNameId |
SamlPrincipalImpl.getNameId() |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpSession |
SamlMultiUserIdentityProviderApi.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
void |
SamlPrincipalImpl.setNameId(SamlNameId nameId) |
| Modifier and Type | Method and Description |
|---|---|
LogoutRequestType |
SamlMessageFactory.createLogoutRequest(SamlNameId samlNameId,
String sessionIndex) |
| Modifier and Type | Method and Description |
|---|---|
SamlNameId |
SamlIdentityProviderApi.createNameId(String value,
String format,
String qualifier)
Creates a name identifier with the given properties.
|
SamlNameId |
SamlPrincipal.getNameId()
Gets the name id of the principal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SamlIdentityProviderApi.localLogin(SamlNameId nameId,
List<AttributeType> attributes)
Creates a local SAML session for the user with the given name and
attributes.
|
| Modifier and Type | Method and Description |
|---|---|
SamlNameId |
SamlIdpSingleUser.createNameId(String value,
String format,
String qualifier) |
SamlNameId |
SamlIdpBean.createNameId(String value,
String format,
String qualifier) |
SamlNameId |
SamlIdpIncomingLogoutDialogue.getNameId() |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlIdpSingleUser.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
SamlIdpSession |
SamlIdpBean.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
void |
SamlIdpIncomingLogoutDialogue.setNameId(SamlNameId nameId) |
Copyright © 2013 Seam Framework. All Rights Reserved.