Apache CXF API

Uses of Class
org.apache.cxf.sts.claims.ClaimsManager

Packages that use ClaimsManager
org.apache.cxf.sts.operation   
org.apache.cxf.sts.provider   
org.apache.cxf.sts.token.provider   
 

Uses of ClaimsManager in org.apache.cxf.sts.operation
 

Fields in org.apache.cxf.sts.operation declared as ClaimsManager
protected  ClaimsManager AbstractOperation.claimsManager
           
 

Methods in org.apache.cxf.sts.operation that return ClaimsManager
 ClaimsManager AbstractOperation.getClaimsManager()
           
 

Methods in org.apache.cxf.sts.operation with parameters of type ClaimsManager
 void AbstractOperation.setClaimsManager(ClaimsManager claimsManager)
           
 

Uses of ClaimsManager in org.apache.cxf.sts.provider
 

Methods in org.apache.cxf.sts.provider with parameters of type ClaimsManager
 void DefaultSecurityTokenServiceProvider.setClaimsManager(ClaimsManager claimsManager)
           
 

Uses of ClaimsManager in org.apache.cxf.sts.token.provider
 

Methods in org.apache.cxf.sts.token.provider that return ClaimsManager
 ClaimsManager TokenProviderParameters.getClaimsManager()
           
 

Methods in org.apache.cxf.sts.token.provider with parameters of type ClaimsManager
 void TokenProviderParameters.setClaimsManager(ClaimsManager claimsManager)
           
 


Apache CXF API

Apache CXF