Apache CXF API

Uses of Class
org.apache.cxf.sts.request.KeyRequirements

Packages that use KeyRequirements
org.apache.cxf.sts.claims   
org.apache.cxf.sts.operation   
org.apache.cxf.sts.request   
org.apache.cxf.sts.token.canceller   
org.apache.cxf.sts.token.delegation   
org.apache.cxf.sts.token.provider   
org.apache.cxf.sts.token.renewer   
org.apache.cxf.sts.token.validator   
 

Uses of KeyRequirements in org.apache.cxf.sts.claims
 

Methods in org.apache.cxf.sts.claims that return KeyRequirements
 KeyRequirements ClaimsParameters.getKeyRequirements()
           
 

Methods in org.apache.cxf.sts.claims with parameters of type KeyRequirements
 void ClaimsParameters.setKeyRequirements(KeyRequirements keyRequirements)
           
 

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

Methods in org.apache.cxf.sts.operation with parameters of type KeyRequirements
protected  Element AbstractOperation.encryptSecret(byte[] secret, EncryptionProperties encryptionProperties, KeyRequirements keyRequirements)
          Encrypt a secret using the given arguments producing a DOM EncryptedKey element
protected  Element AbstractOperation.encryptToken(Element element, String id, EncryptionProperties encryptionProperties, KeyRequirements keyRequirements, WebServiceContext context)
          Encrypt a Token element using the given arguments.
 

Uses of KeyRequirements in org.apache.cxf.sts.request
 

Methods in org.apache.cxf.sts.request that return KeyRequirements
 KeyRequirements RequestParser.getKeyRequirements()
           
 

Uses of KeyRequirements in org.apache.cxf.sts.token.canceller
 

Methods in org.apache.cxf.sts.token.canceller that return KeyRequirements
 KeyRequirements TokenCancellerParameters.getKeyRequirements()
           
 

Methods in org.apache.cxf.sts.token.canceller with parameters of type KeyRequirements
 void TokenCancellerParameters.setKeyRequirements(KeyRequirements keyRequirements)
           
 

Uses of KeyRequirements in org.apache.cxf.sts.token.delegation
 

Methods in org.apache.cxf.sts.token.delegation that return KeyRequirements
 KeyRequirements TokenDelegationParameters.getKeyRequirements()
           
 

Methods in org.apache.cxf.sts.token.delegation with parameters of type KeyRequirements
 void TokenDelegationParameters.setKeyRequirements(KeyRequirements keyRequirements)
           
 

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

Methods in org.apache.cxf.sts.token.provider that return KeyRequirements
 KeyRequirements TokenProviderParameters.getKeyRequirements()
           
 

Methods in org.apache.cxf.sts.token.provider with parameters of type KeyRequirements
 void TokenProviderParameters.setKeyRequirements(KeyRequirements keyRequirements)
           
 

Uses of KeyRequirements in org.apache.cxf.sts.token.renewer
 

Methods in org.apache.cxf.sts.token.renewer that return KeyRequirements
 KeyRequirements TokenRenewerParameters.getKeyRequirements()
           
 

Methods in org.apache.cxf.sts.token.renewer with parameters of type KeyRequirements
 void TokenRenewerParameters.setKeyRequirements(KeyRequirements keyRequirements)
           
 

Uses of KeyRequirements in org.apache.cxf.sts.token.validator
 

Methods in org.apache.cxf.sts.token.validator that return KeyRequirements
 KeyRequirements TokenValidatorParameters.getKeyRequirements()
           
 

Methods in org.apache.cxf.sts.token.validator with parameters of type KeyRequirements
 void TokenValidatorParameters.setKeyRequirements(KeyRequirements keyRequirements)
           
 


Apache CXF API

Apache CXF