|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestSecurityTokenResponse | |
---|---|
org.picketlink.identity.federation.core.wstrust | |
org.picketlink.identity.federation.core.wstrust.wrappers |
Uses of RequestSecurityTokenResponse in org.picketlink.identity.federation.core.wstrust |
---|
Methods in org.picketlink.identity.federation.core.wstrust that return RequestSecurityTokenResponse | |
---|---|
RequestSecurityTokenResponse |
StandardRequestHandler.cancel(RequestSecurityToken request,
Principal callerPrincipal)
|
RequestSecurityTokenResponse |
WSTrustRequestHandler.cancel(RequestSecurityToken request,
Principal callerPrincipal)
Cancels the security token as specified in the request message. |
RequestSecurityTokenResponse |
StandardRequestHandler.issue(RequestSecurityToken request,
Principal callerPrincipal)
|
RequestSecurityTokenResponse |
WSTrustRequestHandler.issue(RequestSecurityToken request,
Principal callerPrincipal)
Generates a security token according to the information specified in the request message and returns the created token in the response. |
RequestSecurityTokenResponse |
StandardRequestHandler.renew(RequestSecurityToken request,
Principal callerPrincipal)
|
RequestSecurityTokenResponse |
WSTrustRequestHandler.renew(RequestSecurityToken request,
Principal callerPrincipal)
Renews the security token as specified in the request message, returning the renewed token in the response. |
RequestSecurityTokenResponse |
StandardRequestHandler.validate(RequestSecurityToken request,
Principal callerPrincipal)
|
RequestSecurityTokenResponse |
WSTrustRequestHandler.validate(RequestSecurityToken request,
Principal callerPrincipal)
Validates the security token as specified in the request message. |
Methods in org.picketlink.identity.federation.core.wstrust with parameters of type RequestSecurityTokenResponse | |
---|---|
protected Source |
PicketLinkSTS.marshallResponse(RequestSecurityTokenResponse response)
Marshalls the specified RequestSecurityTokenResponse into a Source instance. |
Uses of RequestSecurityTokenResponse in org.picketlink.identity.federation.core.wstrust.wrappers |
---|
Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return types with arguments of type RequestSecurityTokenResponse | |
---|---|
List<RequestSecurityTokenResponse> |
RequestSecurityTokenResponseCollection.getRequestSecurityTokenResponses()
Obtains the collection of RequestSecurityTokenResponse objects. |
Methods in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type RequestSecurityTokenResponse | |
---|---|
void |
RequestSecurityTokenResponseCollection.addRequestSecurityTokenResponse(RequestSecurityTokenResponse response)
Adds the specified RequestSecurityTokenResponse object to the collection of token requests. |
void |
RequestSecurityTokenResponseCollection.removeRequestSecurityTokenResponse(RequestSecurityTokenResponse response)
Removes the specified RequestSecurityTokenResponse object from the collection of token requests. |
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |