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

/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/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/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.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.6.2/ext/svnkit/
H A Dsvnkit-cli.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/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/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-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/ ...
/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/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/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-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...]
/solaris-userland/components/foomatic/fppd/
H A Dsupportedonly.sh55 # supported if Solaris compiles and delivers these drivers.
139 ## supported
141 ## process PPD supported file.
144 supported() { function
153 ## Handle PPD files NOT supported and thus included in the cache
165 ## supported or not
190 # The following cases pull out supported drivers
192 supported
197 supported
202 supported
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c95 enum netdev_features supported; member in struct:netdev_solaris
210 * Number of supported OpenFlow queues, 0 for qdiscs that have no
615 netdev->supported = 0;
617 "possible", &netdev->supported)) != 0)
670 netdev->advertised |= (netdev->supported & NETDEV_F_AUTONEG);
1411 * Initialize statistics only supported on uplink.
1537 * Stores the features supported by 'netdev' into of '*current', '*advertised',
1538 * '*supported', and '*peer'. Each value is a bitmap of NETDEV_* bits.
1545 enum netdev_features *supported,
1573 *supported
1542 netdev_solaris_get_features(const struct netdev *netdev_, enum netdev_features *current, enum netdev_features *advertised, enum netdev_features *supported, enum netdev_features *peer) argument
[all...]

Completed in 179 milliseconds