Uses of Class
de.aristaflow.ilm.base.security.AuthenticationException
Packages that use AuthenticationException
Package
Description
-
Uses of AuthenticationException in de.aristaflow.ilm.ws.base.security
Methods in de.aristaflow.ilm.ws.base.security that throw AuthenticationExceptionModifier and TypeMethodDescription@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 AuthenticationExceptionModifier and TypeMethodDescriptionvoidClientAdministrationWebService.changePassword(@NotNull @Valid SessionToken session, @NotNull String oldPassword, @NotEmpty String newPassword) -
Uses of AuthenticationException in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.soap.core.orgmodelmanager that throw AuthenticationExceptionModifier and TypeMethodDescriptionOrgModelManager.authenticate(AuthenticationData authData) OrgModelManagerSoap.authenticate(AuthenticationData authData) OrgModelManager.authenticateCombined(String method, byte[] arbData, AuthenticationData authData) OrgModelManagerSoap.authenticateCombined(String method, byte[] arbData, AuthenticationData authData) OrgModelManager.authenticateMethod(String method, byte[] arbData, AuthenticationData authData) OrgModelManagerSoap.authenticateMethod(String method, byte[] arbData, AuthenticationData authData) voidOrgModelManager.changePassword(SessionToken session, String oldPassword, String newPassword) voidOrgModelManagerSoap.changePassword(SessionToken session, String oldPassword, String newPassword) voidOrgModelManager.logoff(SessionToken session) voidOrgModelManagerSoap.logoff(SessionToken session) OrgModelManager.preAuthenticate(AuthenticationData authData) OrgModelManagerSoap.preAuthenticate(AuthenticationData authData) OrgModelManager.preAuthenticateMethod(String method, byte[] arbData, AuthenticationData authData) OrgModelManagerSoap.preAuthenticateMethod(String method, byte[] arbData, AuthenticationData authData)