Uses of Class
de.aristaflow.adept2.base.security.PasswordPolicyException
-
Packages that use PasswordPolicyException Package Description de.aristaflow.adept2.core.orgmodelmanager de.aristaflow.ilm.base.security -
-
Uses of PasswordPolicyException in de.aristaflow.adept2.core.orgmodelmanager
Methods in de.aristaflow.adept2.core.orgmodelmanager that throw PasswordPolicyException Modifier and Type Method Description void
ClientAdministration. changePassword(SessionToken session, String oldPassword, String newPassword)
This method changes the password of the user identified by the session token.long
ModelChangeOperations. createAgent(SessionToken session, String agentUserName, String password)
Adds a new Agent with the given (unique!)long
ModelChangeOperations. createEntity(SessionToken session, Entity entity)
Creates a new entity with the type and attribute values provided in the givenEntity
object and returns the assigned ID.void
ModelChangeOperations. updateEntity(SessionToken session, Entity entity)
Updates an entity with the attribute values provided in the givenEntity
object. -
Uses of PasswordPolicyException in de.aristaflow.ilm.base.security
Constructors in de.aristaflow.ilm.base.security with parameters of type PasswordPolicyException Constructor Description PasswordPolicyException(PasswordPolicyException ppe)
-