|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestSecurityTokenResponse
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
Authenticator |
getAuthenticator()
get Authenticator if set, null otherwise |
java.lang.String |
getContext()
Gets the value of the context property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
RequestedAttachedReference |
getRequestedAttachedReference()
Get the requestedAttachedReference. |
RequestedProofToken |
getRequestedProofToken()
Get the requestedProofToken |
RequestedSecurityToken |
getRequestedSecurityToken()
Get the requested Security Token |
RequestedTokenCancelled |
getRequestedTokenCancelled()
|
RequestedUnattachedReference |
getRequestedUnattachedReference()
Get the requestedUnattachedReference. |
SignChallengeResponse |
getSignChallengeResponse()
get SignChallengeResponse element if any, null otherwise |
Status |
getStatus()
|
void |
setAuthenticator(Authenticator authenticator)
set an Authenticator |
void |
setRequestedAttachedReference(RequestedAttachedReference reference)
Set the requestedAttachedReference on the security token response |
void |
setRequestedProofToken(RequestedProofToken proofToken)
Set the requestedProofToken on the security token response |
void |
setRequestedSecurityToken(RequestedSecurityToken securityToken)
Set the requestedSecurityToken on the security token response |
void |
setRequestedTokenCancelled(RequestedTokenCancelled rtc)
|
void |
setRequestedUnattachedReference(RequestedUnattachedReference reference)
Set the requestedUnattachedReference on the security token response |
void |
setSignChallengeResponse(SignChallengeResponse challenge)
set a SignChallengeResponse |
void |
setStatus(Status status)
|
Method Detail |
---|
java.util.List<java.lang.Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
java.lang.String getContext()
String
java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
void setSignChallengeResponse(SignChallengeResponse challenge)
SignChallengeResponse getSignChallengeResponse()
void setAuthenticator(Authenticator authenticator)
Authenticator getAuthenticator()
void setRequestedProofToken(RequestedProofToken proofToken)
proofToken
- RequestedProofToken getRequestedProofToken()
void setRequestedSecurityToken(RequestedSecurityToken securityToken)
securityToken
- RequestedSecurityToken getRequestedSecurityToken()
void setRequestedAttachedReference(RequestedAttachedReference reference)
reference
- RequestedAttachedReference getRequestedAttachedReference()
void setRequestedUnattachedReference(RequestedUnattachedReference reference)
reference
- RequestedUnattachedReference getRequestedUnattachedReference()
void setRequestedTokenCancelled(RequestedTokenCancelled rtc)
RequestedTokenCancelled getRequestedTokenCancelled()
Status getStatus()
void setStatus(Status status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |