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 Root
CustomRepository. create(Root root)
Creates the entity under the given root data object.Root
CustomRepository. delete(Root root)
Delete the entity specified in the root data object.Root
CustomRepository. get(Root root)
Returns information of the specified entities.Root
CustomRepository. login(Root root)
Authenticates the account data object in the specified root data object.Root
CustomRepository. search(Root root)
Searches the profile repositories for entities matching the given search expression and returns them with the requested properties.Root
CustomRepository. 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 class
AttributeNotSupportedException
class
AuthenticationNotSupportedException
class
CertificateMapFailedException
class
CertificateMapNotSupportedException
class
CertificateMapperException
class
ChangeControlException
class
DefaultParentNotFoundException
class
DuplicateLogonIdException
class
EntityAlreadyExistsException
class
EntityHasDescendantsException
class
EntityIdentifierNotSpecifiedException
class
EntityNotFoundException
class
EntityNotInRealmScopeException
class
EntityTypeNotSupportedException
class
InitializationException
class
InvalidArgumentException
class
InvalidEntityTypeException
class
InvalidIdentifierException
class
InvalidInitPropertyException
class
InvalidPropertyException
Member Manager application exception to indicate that the attribute specified by the caller is invalid.class
InvalidPropertyValueException
class
InvalidRepositoryIdException
class
InvalidUniqueIdException
class
InvalidUniqueNameException
class
MaxResultsExceededException
class
MissingInitPropertyException
Initialization exception specifying that the initialization failed because an expected configuration property was not found.class
MissingMandatoryPropertyException
class
MissingSearchControlException
class
MultipleEntriesFoundException
vmm application exception to indicate to the caller that the multiple entries are found when only one entry is expected.class
NoUserRepositoriesFoundException
Exception received when a request to do a user registry or repository is made and there are no user registries or repositories configured.class
OperationNotSupportedException
class
PageControlException
class
PasswordCheckFailedException
class
PropertyNotDefinedException
class
SearchControlException
class
SortControlException
class
UpdatePropertyException
class
ValidationFailException
vmm application exception to indicate that validation of the the request failed.class
WIMApplicationException
A 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.class
WIMSystemException
A 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.
-