Searched defs:authMethod (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java42 private EnumAuthMethod authMethod=null; field in class:AuthMethod
63 this.authMethod=method;
113 evalCtx.hasAuthenticationMethod(authMethod, saslMech);
H A DAciEvalContext.java111 * @param authMethod The required authentication method.
118 public EnumEvalResult hasAuthenticationMethod(EnumAuthMethod authMethod, argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java45 private EnumAuthMethod authMethod=null; field in class:AuthMethod
66 this.authMethod=method;
115 evalCtx.hasAuthenticationMethod(authMethod, saslMech);
H A DAciEvalContext.java119 * @param authMethod The required authentication method.
126 public EnumEvalResult hasAuthenticationMethod(EnumAuthMethod authMethod, argument
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java45 private EnumAuthMethod authMethod=null; field in class:AuthMethod
66 this.authMethod=method;
115 evalCtx.hasAuthenticationMethod(authMethod, saslMech);
H A DAciEvalContext.java119 * @param authMethod The required authentication method.
126 public EnumEvalResult hasAuthenticationMethod(EnumAuthMethod authMethod, argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java42 private EnumAuthMethod authMethod=null; field in class:AuthMethod
63 this.authMethod=method;
113 evalCtx.hasAuthenticationMethod(authMethod, saslMech);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java45 private EnumAuthMethod authMethod=null; field in class:AuthMethod
66 this.authMethod=method;
115 evalCtx.hasAuthenticationMethod(authMethod, saslMech);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthenticationQuery.java56 protected String authMethod = null; field in class:AuthenticationQuery
129 authMethod = element.getAttribute("AuthenticationMethod");
137 * @param authMethod the <code>AuthenticationMethod</code> in string
142 String authMethod)
150 this.authMethod = authMethod;
175 return authMethod;
220 if (authMethod != null) {
221 xml.append(" AuthenticationMethod=\"").append(authMethod).
141 AuthenticationQuery(Subject subject, String authMethod) argument
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DAuthSPrincipal.java57 protected String authMethod = null; field in class:AuthSPrincipal
101 return authMethod;
124 authMethod = auth_method;
/forgerock/openam/openam-rest/src/main/java/com/sun/identity/rest/
H A DAuthSPrincipal.java57 protected String authMethod = null; field in class:AuthSPrincipal
101 return authMethod;
124 authMethod = auth_method;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DAuthenticationQuery.java56 protected String authMethod = null; field in class:AuthenticationQuery
129 authMethod = element.getAttribute("AuthenticationMethod");
137 * @param authMethod the <code>AuthenticationMethod</code> in string
142 String authMethod)
150 this.authMethod = authMethod;
175 return authMethod;
220 if (authMethod != null) {
221 xml.append(" AuthenticationMethod=\"").append(authMethod).
141 AuthenticationQuery(Subject subject, String authMethod) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DAuthSPrincipal.java64 protected String authMethod = null; field in class:AuthSPrincipal
112 return authMethod;
135 authMethod = auth_method;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java44 private EnumAuthMethod authMethod; field in class:AuthMethod
65 this.authMethod=method;
114 evalCtx.hasAuthenticationMethod(authMethod, saslMech);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/server/
H A DAuthSPrincipal.java64 protected String authMethod = null; field in class:AuthSPrincipal
112 return authMethod;
135 authMethod = auth_method;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java228 * @param authMethod (optional) A String specifies the type of
235 public AuthenticationStatement(String authMethod, Date authInstant, argument
237 _authenticationMethod = authMethod;
255 * @param authMethod (optional) A String specifies the type of
265 public AuthenticationStatement(String authMethod, Date authInstant, argument
268 _authenticationMethod = authMethod;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSAML11RequestedSecurityToken.java160 * @param authMethod mechanism by which the subject authenticated to the
172 String certAlias, String authMethod, Date authInstant,
183 statements.add(new AuthenticationStatement(authMethod, authInstant,
170 SAML11RequestedSecurityToken(String realm, String spEntityId, String idpEntityId, int notBeforeSkew, int effectiveTime, String certAlias, String authMethod, Date authInstant, NameIdentifier ni, List attributes) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java79 * @param authMethod the Authentication method in the statement.
88 String authMethod,
93 super(authMethod, authInstant, subject);
107 * @param authMethod the Authentication method in the statement.
118 String authMethod,
125 super(authMethod,
87 FSAuthenticationStatement( String authMethod, Date authInstant, Subject subject, AuthnContext authnContext ) argument
117 FSAuthenticationStatement( String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding, AuthnContext authnContext ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java79 * @param authMethod the Authentication method in the statement.
88 String authMethod,
93 super(authMethod, authInstant, subject);
107 * @param authMethod the Authentication method in the statement.
118 String authMethod,
125 super(authMethod,
87 FSAuthenticationStatement( String authMethod, Date authInstant, Subject subject, AuthnContext authnContext ) argument
117 FSAuthenticationStatement( String authMethod, Date authInstant, Subject subject, SubjectLocality subjectLocality, List authorityBinding, AuthnContext authnContext ) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAuthenticationStatement.java228 * @param authMethod (optional) A String specifies the type of
235 public AuthenticationStatement(String authMethod, Date authInstant, argument
237 _authenticationMethod = authMethod;
255 * @param authMethod (optional) A String specifies the type of
265 public AuthenticationStatement(String authMethod, Date authInstant, argument
268 _authenticationMethod = authMethod;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/
H A DSAML11RequestedSecurityToken.java164 * @param authMethod mechanism by which the subject authenticated to the
176 String certAlias, String authMethod, Date authInstant,
187 statements.add(new AuthenticationStatement(authMethod, authInstant, sub, null, null));
174 SAML11RequestedSecurityToken(String realm, String spTokenIssuerName, String idpEntityId, int notBeforeSkew, int effectiveTime, String certAlias, String authMethod, Date authInstant, NameIdentifier ni, List attributes) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java80 * @param authMethod
86 DN bindDN, AllowedAuthMethod authMethod) throws Exception
91 switch (authMethod)
85 MockClientConnection(int clientPort, boolean isSecure, DN bindDN, AllowedAuthMethod authMethod) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java60 * @param authMethod
66 DN bindDN, AllowedAuthMethod authMethod) throws Exception
71 switch (authMethod)
65 MockClientConnection(int clientPort, boolean isSecure, DN bindDN, AllowedAuthMethod authMethod) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java61 * @param authMethod
67 DN bindDN, AllowedAuthMethod authMethod) throws Exception
72 switch (authMethod)
66 MockClientConnection(int clientPort, boolean isSecure, DN bindDN, AllowedAuthMethod authMethod) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DMockClientConnection.java60 * @param authMethod
66 DN bindDN, AllowedAuthMethod authMethod) throws Exception
71 switch (authMethod)
65 MockClientConnection(int clientPort, boolean isSecure, DN bindDN, AllowedAuthMethod authMethod) argument

Completed in 136 milliseconds

12