| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
SamlPrincipalImpl.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
SamlIdpSession |
SamlMultiUserIdentityProviderApi.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
void |
SamlPrincipalImpl.setAttributes(List<AttributeType> attributes) |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
ObjectFactory.createAttributeType()
Create an instance of
AttributeType |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AttributeType> |
ObjectFactory.createAttribute(AttributeType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<AttributeType> |
ObjectFactory.createAttribute(AttributeType value)
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestedAttributeType
Java class for RequestedAttributeType complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeType> |
IDPSSODescriptorType.attribute |
protected List<AttributeType> |
AttributeAuthorityDescriptorType.attribute |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
IDPSSODescriptorType.getAttribute()
Gets the value of the attribute property.
|
List<AttributeType> |
AttributeAuthorityDescriptorType.getAttribute()
Gets the value of the attribute property.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeType> |
AttributeQueryType.attribute |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
AttributeQueryType.getAttribute()
Gets the value of the attribute property.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
SamlPrincipal.getAttributes()
Gets the attributes 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 |
|---|---|
void |
SamlIdpSingleUser.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
SamlIdpSession |
SamlIdpBean.localLogin(SamlNameId nameId,
List<AttributeType> attributes) |
Copyright © 2013 Seam Framework. All Rights Reserved.