Searched refs:AMAuthenticationSchema (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java25 * $Id: AMAuthenticationSchema.java,v 1.3 2008/06/25 05:41:52 qcheng Exp $
47 public class AMAuthenticationSchema class
51 protected AMAuthenticationSchema(ServiceSchema schema) { method in class:AMAuthenticationSchema
H A DAMAuthenticationManager.java336 * Returns an <code>AMAuthenticationSchema</code> object for the specified
340 * @return <code>AMAuthenticationSchema</code> object of the specified
345 public AMAuthenticationSchema getAuthenticationSchema(String authType)
350 private static AMAuthenticationSchema getAuthenticationSchema(
370 AMAuthenticationSchema amschema =
371 new AMAuthenticationSchema(serviceSchema);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DCreateAuthInstance.java33 import com.sun.identity.authentication.config.AMAuthenticationSchema;
65 AMAuthenticationSchema as = mgr.getAuthenticationSchema(type);
H A DGetAuthInstance.java35 import com.sun.identity.authentication.config.AMAuthenticationSchema;
81 AMAuthenticationSchema schema =
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/authentication/
H A DCreateAuthInstance.java33 import com.sun.identity.authentication.config.AMAuthenticationSchema;
65 AMAuthenticationSchema as = mgr.getAuthenticationSchema(type);
H A DGetAuthInstance.java35 import com.sun.identity.authentication.config.AMAuthenticationSchema;
81 AMAuthenticationSchema schema =
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java25 * $Id: AMAuthenticationSchema.java,v 1.3 2008/06/25 05:41:52 qcheng Exp $
47 public class AMAuthenticationSchema class
51 protected AMAuthenticationSchema(ServiceSchema schema) { method in class:AMAuthenticationSchema
H A DAMAuthenticationManager.java336 * Returns an <code>AMAuthenticationSchema</code> object for the specified
340 * @return <code>AMAuthenticationSchema</code> object of the specified
345 public AMAuthenticationSchema getAuthenticationSchema(String authType)
350 private static AMAuthenticationSchema getAuthenticationSchema(
370 AMAuthenticationSchema amschema =
371 new AMAuthenticationSchema(serviceSchema);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java40 import com.sun.identity.authentication.config.AMAuthenticationSchema;
121 AMAuthenticationSchema schema =
152 AMAuthenticationSchema schema = mgr.getAuthenticationSchema(type);
170 AMAuthenticationSchema schema =
267 AMAuthenticationSchema as = mgr.getAuthenticationSchema(type);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/model/
H A DAuthPropertiesModelImpl.java40 import com.sun.identity.authentication.config.AMAuthenticationSchema;
121 AMAuthenticationSchema schema =
152 AMAuthenticationSchema schema = mgr.getAuthenticationSchema(type);
170 AMAuthenticationSchema schema =
267 AMAuthenticationSchema as = mgr.getAuthenticationSchema(type);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationModuleRealmSmsHandler.java27 import com.sun.identity.authentication.config.AMAuthenticationSchema;
158 AMAuthenticationSchema schema = authenticationManager.getAuthenticationSchema(authType);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DAuthenticationModuleCollectionHandler.java34 import com.sun.identity.authentication.config.AMAuthenticationSchema;
154 AMAuthenticationSchema schema = authenticationManager.getAuthenticationSchema(authType);

Completed in 40 milliseconds