public class RequestSecurityTokenResponseCollectionImpl extends RequestSecurityTokenResponseCollectionType implements RequestSecurityTokenResponseCollection
| Modifier and Type | Field and Description |
|---|---|
protected List<RequestSecurityTokenResponse> |
requestSecurityTokenResponseList |
requestSecurityTokenResponse| Constructor and Description |
|---|
RequestSecurityTokenResponseCollectionImpl() |
RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponse rstr) |
RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType) |
RequestSecurityTokenResponseCollectionImpl(URI tokenType,
URI context,
RequestedSecurityToken token,
AppliesTo scopes,
RequestedAttachedReference attached,
RequestedUnattachedReference unattached,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lt) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr) |
List<RequestSecurityTokenResponse> |
getRequestSecurityTokenResponses() |
getOtherAttributes, getRequestSecurityTokenResponseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOtherAttributesprotected List<RequestSecurityTokenResponse> requestSecurityTokenResponseList
public RequestSecurityTokenResponseCollectionImpl()
public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponse rstr)
public RequestSecurityTokenResponseCollectionImpl(URI tokenType, URI context, RequestedSecurityToken token, AppliesTo scopes, RequestedAttachedReference attached, RequestedUnattachedReference unattached, RequestedProofToken proofToken, Entropy entropy, Lifetime lt)
public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType) throws Exception
Exceptionpublic List<RequestSecurityTokenResponse> getRequestSecurityTokenResponses()
getRequestSecurityTokenResponses in interface RequestSecurityTokenResponseCollectionpublic void addRequestSecurityTokenResponse(RequestSecurityTokenResponse rstr)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.