Searched refs:GENERATE_BEARER_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/disco/
H A DDirective.java92 public static final String GENERATE_BEARER_TOKEN = "GenerateBearerToken"; field in class:Directive
134 } else if (tag.equals(GENERATE_BEARER_TOKEN)) {
135 type = GENERATE_BEARER_TOKEN;
206 if (type.equals(GENERATE_BEARER_TOKEN)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DDirective.java92 public static final String GENERATE_BEARER_TOKEN = "GenerateBearerToken"; field in class:Directive
134 } else if (tag.equals(GENERATE_BEARER_TOKEN)) {
135 type = GENERATE_BEARER_TOKEN;
206 if (type.equals(GENERATE_BEARER_TOKEN)) {

Completed in 993 milliseconds