Uses of Class
com.ibm.wsspi.security.wim.exception.WIMException
-
Packages that use WIMException Package Description com.ibm.wsspi.security.wim com.ibm.wsspi.security.wim.exception Copyright (c) 2016, 2018 IBM Corporation and others. -
-
Uses of WIMException in com.ibm.wsspi.security.wim
Methods in com.ibm.wsspi.security.wim that throw WIMException Modifier and Type Method Description RootCustomRepository. create(Root root)Creates the entity under the given root data object.RootCustomRepository. delete(Root root)Delete the entity specified in the root data object.RootCustomRepository. get(Root root)Returns information of the specified entities.RootCustomRepository. login(Root root)Authenticates the account data object in the specified root data object.RootCustomRepository. search(Root root)Searches the profile repositories for entities matching the given search expression and returns them with the requested properties.RootCustomRepository. update(Root root)Updates entity specified in the root data object. -
Uses of WIMException in com.ibm.wsspi.security.wim.exception
Subclasses of WIMException in com.ibm.wsspi.security.wim.exception Modifier and Type Class Description classAttributeNotSupportedExceptionclassAuthenticationNotSupportedExceptionclassCertificateMapFailedExceptionclassCertificateMapNotSupportedExceptionclassCertificateMapperExceptionclassChangeControlExceptionclassDefaultParentNotFoundExceptionclassDuplicateLogonIdExceptionclassEntityAlreadyExistsExceptionclassEntityHasDescendantsExceptionclassEntityIdentifierNotSpecifiedExceptionclassEntityNotFoundExceptionclassEntityNotInRealmScopeExceptionclassEntityTypeNotSupportedExceptionclassInitializationExceptionclassInvalidArgumentExceptionclassInvalidEntityTypeExceptionclassInvalidIdentifierExceptionclassInvalidInitPropertyExceptionclassInvalidPropertyExceptionMember Manager application exception to indicate that the attribute specified by the caller is invalid.classInvalidPropertyValueExceptionclassInvalidRepositoryIdExceptionclassInvalidUniqueIdExceptionclassInvalidUniqueNameExceptionclassMaxResultsExceededExceptionclassMissingInitPropertyExceptionInitialization exception specifying that the initialization failed because an expected configuration property was not found.classMissingMandatoryPropertyExceptionclassMissingSearchControlExceptionclassMultipleEntriesFoundExceptionvmm application exception to indicate to the caller that the multiple entries are found when only one entry is expected.classNoUserRepositoriesFoundExceptionException received when a request to do a user registry or repository is made and there are no user registries or repositories configured.classOperationNotSupportedExceptionclassPageControlExceptionclassPasswordCheckFailedExceptionclassPropertyNotDefinedExceptionclassSearchControlExceptionclassSortControlExceptionclassUpdatePropertyExceptionclassValidationFailExceptionvmm application exception to indicate that validation of the the request failed.classWIMApplicationExceptionA generic vmm application exception to indicate to the caller that there was a problem with the current request due to incorrect inputs from the caller.classWIMSystemExceptionA generic vmm application exception to indicate to the caller that there was a problem with the current request due to incorrect inputs from the caller.
-