PicketLink Federation Core 2.1.6.Final-redhat-2

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

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

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

Methods in org.picketlink.identity.federation.core.wstrust with parameters of type ClaimsType
 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.
 

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

Methods in org.picketlink.identity.federation.core.wstrust.wrappers that return ClaimsType
 ClaimsType RequestSecurityToken.getClaims()
           Obtains the set of claims of this request.
 

Methods in org.picketlink.identity.federation.core.wstrust.wrappers with parameters of type ClaimsType
 void RequestSecurityToken.setClaims(ClaimsType claims)
           Sets the claims of this request.
 


PicketLink Federation Core 2.1.6.Final-redhat-2

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