Searched refs:supported (Results 1 - 25 of 59) sorted by relevance

123

/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...]
H A DIDFFSPViewBean.java158 tblAuthContextsModel.setValue(TBL_DATA_SUPPORTED, c.supported);
213 "idff.sp.authenticationContext.table.name.supported.name");
233 String supported = (String) tblAuthContextsModel.getValue(
237 authContexts.put(name, supported, level);
H A DSAMLv2IDPAssertionContentViewBean.java134 "samlv2.idp.authenticationContext.table.name.supported.name");
157 String supported = (String)tblAuthContextsModel.getValue(
167 supported = "true";
169 authContexts.put(name, supported, key, value, level, isDefault);
H A DSAMLv2SPAssertionContentViewBean.java134 "samlv2.sp.authenticationContext.table.name.supported.name");
155 String supported = (String)tblAuthContextsModel.getValue(
162 supported = "true";
164 authContexts.put(name, supported, level, isDefault);
/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...]
H A DIDFFSPViewBean.java158 tblAuthContextsModel.setValue(TBL_DATA_SUPPORTED, c.supported);
213 "idff.sp.authenticationContext.table.name.supported.name");
233 String supported = (String) tblAuthContextsModel.getValue(
237 authContexts.put(name, supported, level);
/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-console/src/main/java/com/sun/identity/console/agentconfig/
H A DHomeViewBean.java92 List supported = config.getSupportedAgentTypes(model);
94 if (supported.isEmpty()) {
100 (String)supported.iterator().next());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DHomeViewBean.java92 List supported = config.getSupportedAgentTypes(model);
94 if (supported.isEmpty()) {
100 (String)supported.iterator().next());
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DSubjectTypeValidator.java59 for (String supported : subjectTypesSupported) {
60 if (supported.toLowerCase().equals(subjectType)) {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DSubjectTypeValidator.java59 for (String supported : subjectTypesSupported) {
60 if (supported.toLowerCase().equals(subjectType)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java193 List supported = getSupportedEntityTypes(realmName, model);
195 if (!supported.isEmpty()) {
200 for (Iterator i = supported.iterator(); i.hasNext(); ) {
214 List supported = getSupportedAgentTypes(model);
216 if (!supported.isEmpty()) {
220 for (int i = 0; i < supported.size(); i++) {
221 String t = (String)supported.get(i);
282 Map supported = getSupportedAgentTypesMap(model);
285 if ((supported != null) && !supported
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java193 List supported = getSupportedEntityTypes(realmName, model);
195 if (!supported.isEmpty()) {
200 for (Iterator i = supported.iterator(); i.hasNext(); ) {
214 List supported = getSupportedAgentTypes(model);
216 if (!supported.isEmpty()) {
220 for (int i = 0; i < supported.size(); i++) {
221 String t = (String)supported.get(i);
282 Map supported = getSupportedAgentTypesMap(model);
285 if ((supported != null) && !supported
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DHomeViewBean.java86 List supported = config.getSupportedEntityTypes(curRealm, model);
88 if (supported.isEmpty()) {
94 (String)supported.iterator().next());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DHomeViewBean.java86 List supported = config.getSupportedEntityTypes(curRealm, model);
88 if (supported.isEmpty()) {
94 (String)supported.iterator().next());
/forgerock/web-agents-v4/
H A DMakefile.macos.mk35 $(error 32bit build on this platform is not supported)
56 $(error IIS target is not supported on this platform)
59 $(error Varnish target is not supported on this platform)
62 $(error Varnish target is not supported on this platform)
H A DMakefile.aix.mk55 $(error IIS target is not supported on this platform)
58 $(error Varnish target is not supported on this platform)
61 $(error Varnish target is not supported on this platform)
H A DMakefile.solaris.mk66 $(error IIS target is not supported on this platform)
69 $(error Varnish target is not supported on this platform)
72 $(error Varnish target is not supported on this platform)

Completed in 82 milliseconds

123