Apache CXF API

Uses of Package
org.apache.cxf.ws.security.tokenstore

Packages that use org.apache.cxf.ws.security.tokenstore
org.apache.cxf.sts.cache   
org.apache.cxf.sts.claims   
org.apache.cxf.sts.operation   
org.apache.cxf.sts.provider   
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   
org.apache.cxf.ws.security.kerberos   
org.apache.cxf.ws.security.tokenstore   
org.apache.cxf.ws.security.trust   
org.apache.cxf.ws.security.wss4j   
org.apache.cxf.ws.security.wss4j.policyhandlers   
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.cache
EHCacheTokenStore
          An in-memory EHCache implementation of the TokenStore interface.
SecurityToken
           
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.claims
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.operation
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.provider
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.token.canceller
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.token.delegation
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.token.provider
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.token.renewer
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.sts.token.validator
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.ws.security.kerberos
SecurityToken
           
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.ws.security.tokenstore
SecurityToken
           
TokenStore
          This interface defines a caching mechanism for security tokens.
TokenStoreFactory
          An abstract factory to return a TokenStore instance.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.ws.security.trust
SecurityToken
           
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.ws.security.wss4j
TokenStore
          This interface defines a caching mechanism for security tokens.
 

Classes in org.apache.cxf.ws.security.tokenstore used by org.apache.cxf.ws.security.wss4j.policyhandlers
SecurityToken
           
TokenStore
          This interface defines a caching mechanism for security tokens.
 


Apache CXF API

Apache CXF