Uses of Class
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-
Packages that use ConnectorSecurityException Package Description org.identityconnectors.framework.common.exceptions -
-
Uses of ConnectorSecurityException in org.identityconnectors.framework.common.exceptions
Subclasses of ConnectorSecurityException in org.identityconnectors.framework.common.exceptions Modifier and Type Class Description classInvalidCredentialExceptionInvalidCredentialException signals that user authentication failed.classInvalidPasswordExceptionThrown when a password credential is invalid.classPasswordExpiredExceptionPasswordExpiredException signals that a user password has expired.classPermissionDeniedExceptionThrown when the target resource will not allow aConnectorto perform a particular operation.classUnknownUidExceptionThrown when aUidthat is specified as input to a connector operation identifies no object on the target resource.
-