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 voidClientAdministration. changePassword(SessionToken session, String oldPassword, String newPassword)This method changes the password of the user identified by the session token.longModelChangeOperations. createAgent(SessionToken session, String agentUserName, String password)Adds a new Agent with the given (unique!) user name and password.longModelChangeOperations. createEntity(SessionToken session, Entity entity)Creates a new entity with the type and attribute values provided in the givenEntityobject and returns the assigned ID.voidModelChangeOperations. updateEntity(SessionToken session, Entity entity)Updates an entity with the attribute values provided in the givenEntityobject. -
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)
-