PicketLink Federation Core 2.1.6.Final-redhat-2

Uses of Class
org.picketlink.identity.federation.ws.trust.OnBehalfOfType

Packages that use OnBehalfOfType
org.picketlink.identity.federation.core.wstrust   
org.picketlink.identity.federation.core.wstrust.wrappers   
 

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

Methods in org.picketlink.identity.federation.core.wstrust that return OnBehalfOfType
static OnBehalfOfType WSTrustUtil.createOnBehalfOfWithUsername(String username, String id)
           Creates a OnBehalfOfType instance that contains a UsernameTokenType.
 

Methods in org.picketlink.identity.federation.core.wstrust with parameters of type OnBehalfOfType
static Principal WSTrustUtil.getOnBehalfOfPrincipal(OnBehalfOfType onBehalfOf)
           Parses the contents of the OnBehalfOf element and returns a Principal representing the identity on behalf of which the request was made.
 

Uses of OnBehalfOfType in org.picketlink.identity.federation.core.wstrust.wrappers
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return OnBehalfOfType
 OnBehalfOfType RequestSecurityToken.getOnBehalfOf()
           Obtains the identity on whose behalf this request was made.
 OnBehalfOfType RequestSecurityTokenResponse.getOnBehalfOf()
           Obtains the identity on whose behalf the token request was made.
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type OnBehalfOfType
 void RequestSecurityToken.setOnBehalfOf(OnBehalfOfType onBehalfOf)
           Specifies the identity on whose behalf this request is being made.
 void RequestSecurityTokenResponse.setOnBehalfOf(OnBehalfOfType onBehalfOf)
           Specifies the identity on whose behalf the token request was made.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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