Uses of Class
de.aristaflow.ilm.base.security.AuthenticationException
-
Packages that use AuthenticationException Package Description de.aristaflow.ilm.ws.base.security de.aristaflow.ilm.ws.core.orgmodelmanager de.aristaflow.ilm.ws.soap.core.orgmodelmanager -
-
Uses of AuthenticationException in de.aristaflow.ilm.ws.base.security
Methods in de.aristaflow.ilm.ws.base.security that throw AuthenticationException Modifier and Type Method Description @NotNull @Valid ClientSessionDetailsGlobalSecurityManagerWebService. authenticate(@NotBlank String method, @NotNull AuthenticationData authData)@NotNull @Valid ClientSessionDetailsGlobalSecurityManagerWebService. authenticate(@NotNull AuthenticationData authData)@NotNull List<@Valid ClientSessionDetails>GlobalSecurityManagerWebService. authenticateCombined(@NotBlank String method, AuthenticationData authData)voidGlobalSecurityManagerWebService. logoff(@NotNull @Valid SessionToken session)@NotNull List<@Valid QualifiedAgent>GlobalSecurityManagerWebService. preAuthenticate(@NotBlank String method, AuthenticationData authData)@NotNull List<@Valid QualifiedAgent>GlobalSecurityManagerWebService. preAuthenticate(@NotNull AuthenticationData authData) -
Uses of AuthenticationException in de.aristaflow.ilm.ws.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.core.orgmodelmanager that throw AuthenticationException Modifier and Type Method Description voidClientAdministrationWebService. changePassword(@NotNull @Valid SessionToken session, @NotNull String oldPassword, @NotEmpty String newPassword) -
Uses of AuthenticationException in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
-