Uses of Interface
org.apache.axis2.security.trust.TokenIssuer

Packages that use TokenIssuer
org.apache.axis2.security.trust   
org.apache.axis2.security.trust.impl   
 

Uses of TokenIssuer in org.apache.axis2.security.trust
 

Methods in org.apache.axis2.security.trust that return TokenIssuer
 TokenIssuer TokenRequestDispatcherConfig.getDefaultIssuerInstace()
           
 TokenIssuer TokenRequestDispatcherConfig.getIssuer(String tokenType)
           
 

Uses of TokenIssuer in org.apache.axis2.security.trust.impl
 

Classes in org.apache.axis2.security.trust.impl that implement TokenIssuer
 class SCTIssuer