Package | Description |
---|---|
org.picketlink.identity.federation.core.wstrust | |
org.picketlink.identity.federation.core.wstrust.wrappers |
Modifier and Type | Method and Description |
---|---|
RequestSecurityTokenResponse |
WSTrustRequestHandler.cancel(RequestSecurityToken request,
Principal callerPrincipal)
Cancels the security token as specified in the request message.
|
RequestSecurityTokenResponse |
StandardRequestHandler.cancel(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.issue(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.renew(RequestSecurityToken request,
Principal callerPrincipal) |
RequestSecurityTokenResponse |
WSTrustRequestHandler.validate(RequestSecurityToken request,
Principal callerPrincipal)
Validates the security token as specified in the request message.
|
RequestSecurityTokenResponse |
StandardRequestHandler.validate(RequestSecurityToken request,
Principal callerPrincipal) |
Modifier and Type | Method and Description |
---|---|
protected Source |
PicketLinkSTS.marshallResponse(RequestSecurityTokenResponse response)
Marshalls the specified
RequestSecurityTokenResponse into a Source instance. |
Modifier and Type | Method and Description |
---|---|
List<RequestSecurityTokenResponse> |
RequestSecurityTokenResponseCollection.getRequestSecurityTokenResponses()
Obtains the collection of
RequestSecurityTokenResponse objects. |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.