Uses of Class
org.apache.wss4j.policy.model.HttpsToken.AuthenticationType

Packages that use HttpsToken.AuthenticationType
org.apache.wss4j.policy.model   
 

Uses of HttpsToken.AuthenticationType in org.apache.wss4j.policy.model
 

Methods in org.apache.wss4j.policy.model that return HttpsToken.AuthenticationType
 HttpsToken.AuthenticationType HttpsToken.getAuthenticationType()
           
static HttpsToken.AuthenticationType HttpsToken.AuthenticationType.lookUp(String name)
           
static HttpsToken.AuthenticationType HttpsToken.AuthenticationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpsToken.AuthenticationType[] HttpsToken.AuthenticationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.wss4j.policy.model with parameters of type HttpsToken.AuthenticationType
protected  void HttpsToken.setAuthenticationType(HttpsToken.AuthenticationType authenticationType)
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.