public interface AttributeRequestContext
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,BaseAttribute> |
getAttributes()
Gets the retrieved attributes.
|
String |
getPrincipalAuthenticationMethod()
Gets the method used to authenticate the principal.
|
String |
getPrincipalName()
Gets the principal name of the subject of the request.
|
Collection<String> |
getRequestedAttributesIds()
Gets the collection of IDs for the attributes being requested by the relying party.
|
void |
setAttributes(Map<String,BaseAttribute> attributes)
Sets the retrieved attributes.
|
void |
setPrincipalAuthenticationMethod(String method)
Sets the method used to authenticate the principal.
|
void |
setPrincipalName(String name)
Sets the principal name of the subject of the request.
|
void |
setRequestedAttributes(Collection<String> ids)
Sets the collection of IDs for the attributes being requested by the relying party.
|
Collection<String> getRequestedAttributesIds()
void setRequestedAttributes(Collection<String> ids)
ids - collection of IDs for the attributes being requested by the relying partyMap<String,BaseAttribute> getAttributes()
void setAttributes(Map<String,BaseAttribute> attributes)
attributes - retrieved attributesString getPrincipalAuthenticationMethod()
String getPrincipalName()
void setPrincipalAuthenticationMethod(String method)
method - method used to authenticate the principalvoid setPrincipalName(String name)
name - principal name of the subject of the requestCopyright © 2012. All Rights Reserved.