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 ClientSessionDetails
GlobalSecurityManagerWebService. authenticate(@NotBlank String method, @NotNull @Size(min=2) List<@NotNull @Valid AuthenticationData> authData)
@NotNull @Valid ClientSessionDetails
GlobalSecurityManagerWebService. authenticate(@NotNull @Size(min=3) List<@NotNull @Valid AuthenticationData> authData)
@NotNull List<@Valid ClientSessionDetails>
GlobalSecurityManagerWebService. authenticateCombined(@NotBlank String method, List<@NotNull @Valid AuthenticationData> authData)
void
GlobalSecurityManagerWebService. logoff(@NotNull @Valid SessionToken session)
@NotNull List<@Valid QualifiedAgent>
GlobalSecurityManagerWebService. preAuthenticate(@NotBlank String method, List<@NotNull @Valid AuthenticationData> authData)
@NotNull List<@Valid QualifiedAgent>
GlobalSecurityManagerWebService. preAuthenticate(@NotNull @Size(min=2) List<@NotNull @Valid 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 void
ClientAdministrationWebService. changePassword(@NotNull @Valid SessionToken session, @NotNull String oldPassword, @NotEmpty String newPassword)
-
Uses of AuthenticationException in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
-