Searched defs:authModel (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java62 private AuthPropertiesModel authModel = null; field in class:EditAuthTypeViewBean
245 if (authModel == null) {
247 authModel = new AuthPropertiesModelImpl(
250 return authModel;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java62 private AuthPropertiesModel authModel = null; field in class:EditAuthTypeViewBean
245 if (authModel == null) {
247 authModel = new AuthPropertiesModelImpl(
250 return authModel;

Completed in 28 milliseconds