Searched defs:X509_TOKEN (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java91 public static final int X509_TOKEN = 1; field in class:Message
326 securityProfileType = X509_TOKEN;
379 * Gets security profile type. Possible values are ANONYMOUS, X509_TOKEN
392 * X509_TOKEN , SAML_TOKEN and BEARER_TOKEN
425 case X509_TOKEN:
455 case X509_TOKEN:
486 case X509_TOKEN:
1417 securityProfileType = X509_TOKEN;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java91 public static final int X509_TOKEN = 1; field in class:Message
326 securityProfileType = X509_TOKEN;
379 * Gets security profile type. Possible values are ANONYMOUS, X509_TOKEN
392 * X509_TOKEN , SAML_TOKEN and BEARER_TOKEN
425 case X509_TOKEN:
455 case X509_TOKEN:
486 case X509_TOKEN:
1417 securityProfileType = X509_TOKEN;

Completed in 34 milliseconds