PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.core.wstrust.WSTrustException

Packages that use WSTrustException
org.picketlink.identity.federation   
org.picketlink.identity.federation.api.wstrust   
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.auth   
 

Uses of WSTrustException in org.picketlink.identity.federation
 

Methods in org.picketlink.identity.federation that return WSTrustException
 WSTrustException PicketLinkLogger.stsError(Throwable t)
           
 WSTrustException DefaultPicketLinkLogger.stsError(Throwable t)
           
 WSTrustException PicketLinkLogger.stsKeyInfoTypeCreationError(Throwable t)
           
 WSTrustException DefaultPicketLinkLogger.stsKeyInfoTypeCreationError(Throwable t)
           
 WSTrustException PicketLinkLogger.stsWSInvalidRequestTypeError(String requestType)
           
 WSTrustException DefaultPicketLinkLogger.stsWSInvalidRequestTypeError(String requestType)
           
 WSTrustException PicketLinkLogger.wsTrustClientPublicKeyError()
           
 WSTrustException DefaultPicketLinkLogger.wsTrustClientPublicKeyError()
           
 WSTrustException PicketLinkLogger.wsTrustCombinedSecretKeyError(Throwable t)
           
 WSTrustException DefaultPicketLinkLogger.wsTrustCombinedSecretKeyError(Throwable t)
           
 

Uses of WSTrustException in org.picketlink.identity.federation.api.wstrust
 

Methods in org.picketlink.identity.federation.api.wstrust that throw WSTrustException
 boolean WSTrustClient.cancelToken(Element token)
           This method sends a WS-Trust cancel message to the STS in order to cancel (revoke) the specified security token.
 Element WSTrustClient.issueToken(RequestSecurityToken request)
           Issues a security token using the specified RequestSecurityToken object.
 Element WSTrustClient.issueToken(String tokenType)
          This method will send a RequestSecurityToken with a RequestType of issue and the passed-in tokenType identifies the type of token to be issued by the STS.
 Element WSTrustClient.issueToken(String endpointURI, String tokenType)
          Issues a Security Token from the STS.
 Element WSTrustClient.issueTokenForEndpoint(String endpointURI)
          This method will send a RequestSecurityToken with a RequestType of issue and the passed-in endpointURI identifies the ultimate recipient of the token.
 Element WSTrustClient.issueTokenOnBehalfOf(String endpointURI, String tokenType, Principal principal)
           Issues a security token on behalf of the specified principal.
 Element WSTrustClient.renewToken(String tokenType, Element token)
          This method will send a RequestSecurityToken with a RequestType of renew and the passed-in tokenType identifies the type of token to be renewed by the STS.
 boolean WSTrustClient.validateToken(Element token)
          This method will send a RequestSecurityToken with a RequestType of validated by the STS.
 

Uses of WSTrustException in org.picketlink.identity.federation.core.wstrust
 

Methods in org.picketlink.identity.federation.core.wstrust that throw WSTrustException
 RequestSecurityTokenResponse StandardRequestHandler.cancel(RequestSecurityToken request, Principal callerPrincipal)
           
 RequestSecurityTokenResponse WSTrustRequestHandler.cancel(RequestSecurityToken request, Principal callerPrincipal)
           Cancels the security token as specified in the request message.
 boolean STSClient.cancelToken(Element securityToken)
           Cancels the specified security token by sending a WS-Trust cancel message to the STS.
static KeyInfoType WSTrustUtil.createKeyInfo(byte[] secret, PublicKey encryptionKey, URI keyWrapAlgo)
           Creates a KeyInfoType that wraps the specified secret.
static KeyInfoType WSTrustUtil.createKeyInfo(Certificate certificate)
           Creates a KeyInfoType that wraps the specified certificate.
 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.
 Element STSClient.issueToken(RequestSecurityToken request)
          Issue a token
 Element STSClient.issueToken(String tokenType)
          Issue a token
 Element STSClient.issueToken(String endpointURI, String tokenType)
          Issues a Security Token from the STS.
 Element STSClient.issueTokenForEndpoint(String endpointURI)
          Issues a Security Token for the ultimate recipient of the token.
 Element STSClient.issueTokenOnBehalfOf(String endpointURI, String tokenType, Principal principal)
           Issues a security token on behalf of the specified principal.
 Document StandardRequestHandler.postProcess(Document rstrDocument, RequestSecurityToken request)
           
 Document WSTrustRequestHandler.postProcess(Document rstrDocument, RequestSecurityToken request)
          Perform Post Processing on the generated RSTR Collection Document Steps such as signing and encryption need to be done here.
 Map<String,Object> ClaimsProcessor.processClaims(ClaimsType claims, Principal principal)
           Parses the specified claims according to the claims dialect and returns a Map of attributes that correspond to the required claims.
 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.
 Element STSClient.renewToken(String tokenType, Element token)
          Renew a token
 RequestSecurityTokenResponse StandardRequestHandler.validate(RequestSecurityToken request, Principal callerPrincipal)
           
 RequestSecurityTokenResponse WSTrustRequestHandler.validate(RequestSecurityToken request, Principal callerPrincipal)
           Validates the security token as specified in the request message.
 boolean STSClient.validateToken(Element token)
          Validate a token
 

Uses of WSTrustException in org.picketlink.identity.federation.core.wstrust.auth
 

Methods in org.picketlink.identity.federation.core.wstrust.auth that throw WSTrustException
 Element STSValidatingLoginModule.invokeSTS(STSClient stsClient)
          This method will validate the token with the configured STS.
 Element STSIssuingLoginModule.invokeSTS(STSClient stsClient)
          This method will issue a token for the configured user.
abstract  Element AbstractSTSLoginModule.invokeSTS(STSClient stsclient)
           
 


PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.