Searched refs:PROFILE_ERROR (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DRegistrationResult.java53 PROFILE_ERROR("profileError"); enum constant in enum:RegistrationResult
H A DModuleState.java48 PROFILE_ERROR(3, "profileError"), enum constant in enum:ModuleState
H A DMembership.java188 case PROFILE_ERROR:
189 nextState = ModuleState.PROFILE_ERROR;
231 case PROFILE_ERROR:
272 case PROFILE_ERROR:
273 nextState = ModuleState.PROFILE_ERROR;
480 return RegistrationResult.PROFILE_ERROR;
488 return RegistrationResult.PROFILE_ERROR;
616 return ModuleState.PROFILE_ERROR;
620 return ModuleState.PROFILE_ERROR;
/forgerock/openam/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DRegistrationResult.java53 PROFILE_ERROR("profileError"); enum constant in enum:RegistrationResult
H A DModuleState.java48 PROFILE_ERROR(3, "profileError"), enum constant in enum:ModuleState
H A DMembership.java188 case PROFILE_ERROR:
189 nextState = ModuleState.PROFILE_ERROR;
231 case PROFILE_ERROR:
272 case PROFILE_ERROR:
273 nextState = ModuleState.PROFILE_ERROR;
480 return RegistrationResult.PROFILE_ERROR;
488 return RegistrationResult.PROFILE_ERROR;
616 return ModuleState.PROFILE_ERROR;
620 return ModuleState.PROFILE_ERROR;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/log/
H A DLogException.java111 static public final int PROFILE_ERROR = 513; field in class:LogException
/forgerock/openam/openam-core/src/main/java/com/iplanet/log/
H A DLogException.java111 static public final int PROFILE_ERROR = 513; field in class:LogException

Completed in 36 milliseconds