|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeRequestContext
Base interface for attribute resolution requests.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |