Searched defs:supported (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFAuthContexts.java64 if(idffAuthContextObj.supported.equals("true")){
84 if(idffAuthContextObj.supported.equals("true")){
117 * @param supported true if this entry is supported.
120 public void put(String name, String supported, String level) { argument
123 c.supported = supported;
134 * @param supported true if this entry is supported.
141 String supported,
139 put( String name, String supported, String key, String value, String level ) argument
168 public String supported; field in class:IDFFAuthContexts.IDFFAuthContext
[all...]
H A DSAMLv2AuthContexts.java58 if (entry.supported.equals("true")) {
75 if (entry.supported.equals("true")) {
117 * @param supported true if this entry is supported.
123 String supported,
129 c.supported = supported;
141 * @param supported true if this entry is supported.
150 String supported,
121 put( String name, String supported, String level, boolean isDefault ) argument
148 put( String name, String supported, String key, String value, String level, boolean isDefault ) argument
175 put( String name, String supported, String authScheme, String level, boolean isDefault ) argument
213 public String supported; field in class:SAMLv2AuthContexts.SAMLv2AuthContext
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFAuthContexts.java64 if(idffAuthContextObj.supported.equals("true")){
84 if(idffAuthContextObj.supported.equals("true")){
117 * @param supported true if this entry is supported.
120 public void put(String name, String supported, String level) { argument
123 c.supported = supported;
134 * @param supported true if this entry is supported.
141 String supported,
139 put( String name, String supported, String key, String value, String level ) argument
168 public String supported; field in class:IDFFAuthContexts.IDFFAuthContext
[all...]
H A DSAMLv2AuthContexts.java58 if (entry.supported.equals("true")) {
75 if (entry.supported.equals("true")) {
117 * @param supported true if this entry is supported.
123 String supported,
129 c.supported = supported;
141 * @param supported true if this entry is supported.
150 String supported,
121 put( String name, String supported, String level, boolean isDefault ) argument
148 put( String name, String supported, String key, String value, String level, boolean isDefault ) argument
175 put( String name, String supported, String authScheme, String level, boolean isDefault ) argument
213 public String supported; field in class:SAMLv2AuthContexts.SAMLv2AuthContext
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java48 * Returns whether HTTP basic authentication is supported.
50 * @return true if supported, false otherwise
58 * Sets whether HTTP basic authentication is supported.
60 * @param supported
61 * the supported value
63 public void setBasicAuthenticationSupported(boolean supported) argument
65 this.basicAuthenticationSupported = supported;
69 * Returns whether HTTP authentication via custom headers is supported.
71 * @return true if supported, false otherwise
79 * Sets whether HTTP authentication via custom headers is supported
84 setCustomHeadersAuthenticationSupported(boolean supported) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java47 * Returns whether HTTP basic authentication is supported.
49 * @return true if supported, false otherwise
57 * Sets whether HTTP basic authentication is supported.
59 * @param supported
60 * the supported value
62 public void setBasicAuthenticationSupported(boolean supported) argument
64 this.basicAuthenticationSupported = supported;
68 * Returns whether HTTP authentication via custom headers is supported.
70 * @return true if supported, false otherwise
78 * Sets whether HTTP authentication via custom headers is supported
83 setCustomHeadersAuthenticationSupported(boolean supported) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java48 * Returns whether HTTP basic authentication is supported.
50 * @return true if supported, false otherwise
58 * Sets whether HTTP basic authentication is supported.
60 * @param supported
61 * the supported value
63 public void setBasicAuthenticationSupported(boolean supported) argument
65 this.basicAuthenticationSupported = supported;
69 * Returns whether HTTP authentication via custom headers is supported.
71 * @return true if supported, false otherwise
79 * Sets whether HTTP authentication via custom headers is supported
84 setCustomHeadersAuthenticationSupported(boolean supported) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java48 * Returns whether HTTP basic authentication is supported.
50 * @return true if supported, false otherwise
58 * Sets whether HTTP basic authentication is supported.
60 * @param supported
61 * the supported value
63 public void setBasicAuthenticationSupported(boolean supported) argument
65 this.basicAuthenticationSupported = supported;
69 * Returns whether HTTP authentication via custom headers is supported.
71 * @return true if supported, false otherwise
79 * Sets whether HTTP authentication via custom headers is supported
84 setCustomHeadersAuthenticationSupported(boolean supported) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java47 * Returns whether HTTP basic authentication is supported.
49 * @return true if supported, false otherwise
57 * Sets whether HTTP basic authentication is supported.
59 * @param supported
60 * the supported value
62 public void setBasicAuthenticationSupported(boolean supported) argument
64 this.basicAuthenticationSupported = supported;
68 * Returns whether HTTP authentication via custom headers is supported.
70 * @return true if supported, false otherwise
78 * Sets whether HTTP authentication via custom headers is supported
83 setCustomHeadersAuthenticationSupported(boolean supported) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPAuthenticationConfig.java47 * Returns whether HTTP basic authentication is supported.
49 * @return true if supported, false otherwise
57 * Sets whether HTTP basic authentication is supported.
59 * @param supported
60 * the supported value
62 public void setBasicAuthenticationSupported(boolean supported) argument
64 this.basicAuthenticationSupported = supported;
68 * Returns whether HTTP authentication via custom headers is supported.
70 * @return true if supported, false otherwise
78 * Sets whether HTTP authentication via custom headers is supported
83 setCustomHeadersAuthenticationSupported(boolean supported) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java92 * @supported.api
129 * @supported.api
190 * @supported.api
850 //By removing the attribute from the supported list we make sure that an AttributeQuery can
855 throw new SAML2Exception("Attribute value not supported");
860 throw new SAML2Exception("Attribute name not supported");
988 private static boolean isSameAttribute(Attribute desired, AttributeElement supported) { argument
989 return desired.getName().equals(supported.getName())
990 && isNameFormatMatching(desired.getNameFormat(), supported.getNameFormat());
1333 * @supported
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAttributeQueryUtil.java94 * @supported.api
131 * @supported.api
192 * @supported.api
852 //By removing the attribute from the supported list we make sure that an AttributeQuery can
857 throw new SAML2Exception("Attribute value not supported");
862 throw new SAML2Exception("Attribute name not supported");
990 private static boolean isSameAttribute(Attribute desired, AttributeElement supported) { argument
991 return desired.getName().equals(supported.getName())
992 && isNameFormatMatching(desired.getNameFormat(), supported.getNameFormat());
1335 * @supported
[all...]
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsvnkit-cli.jar ... .tmatesoft.svn.cli.AbstractSVNOption option boolean supported static void " href="/source/s?defs=% ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsvnkit-cli.jar ... .tmatesoft.svn.cli.AbstractSVNOption option boolean supported static void " href="/source/s?defs=% ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jar ... .tmatesoft.svn.cli.AbstractSVNOption option boolean supported static void " href="/source/s?defs=% ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsvnkit-cli-1.8.5.jar ... .tmatesoft.svn.cli.AbstractSVNOption option boolean supported static void " href="/source/s?defs=% ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-server-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/research/ com/sun/research/ws/ ...

Completed in 71 milliseconds