Uses of Class
de.aristaflow.ilm.base.security.AuthenticationData
Packages that use AuthenticationData
Package
Description
-
Uses of AuthenticationData in de.aristaflow.ilm.base.security
Methods in de.aristaflow.ilm.base.security with parameters of type AuthenticationDataModifier and TypeMethodDescriptionstatic Pair<AFCallbackHandler,byte[]> Transformation.afCallbackHandlerfromIlm(AuthenticationData authData) -
Uses of AuthenticationData in de.aristaflow.ilm.ws.base.security
Methods in de.aristaflow.ilm.ws.base.security with parameters of type AuthenticationDataModifier 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) @NotNull List<@Valid QualifiedAgent>GlobalSecurityManagerWebService.preAuthenticate(@NotBlank String method, AuthenticationData authData) @NotNull List<@Valid QualifiedAgent>GlobalSecurityManagerWebService.preAuthenticate(@NotNull AuthenticationData authData) -
Uses of AuthenticationData in de.aristaflow.ilm.ws.rest.base.security
Methods in de.aristaflow.ilm.ws.rest.base.security that return types with arguments of type AuthenticationDataModifier and TypeMethodDescriptionstatic Pair<String,AuthenticationData> Transformation.oAuthPasswordFromRest(de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, String userName, String password) Methods in de.aristaflow.ilm.ws.rest.base.security with parameters of type AuthenticationDataModifier and TypeMethodDescriptionprotected List<ClientSessionDetails>GlobalSecurityManagerRest._authenticateAllMethod(String method, URI callerUri, AuthenticationData authData) Authenticates with the designated ILM authentication data.protected ClientSessionDetailsGlobalSecurityManagerRest._authenticateMethodCookie(String method, URI callerUri, AuthenticationData authData) Authenticates with the designated ILM authentication data.protected AuthDataOrgPosSpec.QualifiedAgentListGlobalSecurityManagerRest._preAuthenticateMethod(String method, AuthenticationData authData) Pre-authenticates with the designated ILM authentication data and wraps the result (qualified agents) in aQualifiedAgentList.@NotNull List<@Valid ClientSessionDetails>GlobalSecurityManagerRest.authenticateAllMethod(@NotBlank String method, @NotNull URI callerUri, @NotNull AuthenticationData authData) This method authenticates using the designated org position or all org positions occupied by the agent if not provided.@NotNull @Valid ClientSessionDetailsGlobalSecurityManagerRest.authenticateMethodCookie(@NotBlank String method, @NotNull URI callerUri, @NotNull AuthenticationData authData) Note that the token in the returnedClientSessionDetailsis Base64-URL-encoded (according to RFC 4648, table 2).@NotEmpty List<@Valid QualifiedAgent>GlobalSecurityManagerRest.preAuthenticateMethod(@NotBlank String method, @NotNull AuthenticationData authData) -
Uses of AuthenticationData in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
Methods in de.aristaflow.ilm.ws.soap.core.orgmodelmanager with parameters of type AuthenticationDataModifier 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) OrgModelManager.preAuthenticate(AuthenticationData authData) OrgModelManagerSoap.preAuthenticate(AuthenticationData authData) OrgModelManager.preAuthenticateMethod(String method, byte[] arbData, AuthenticationData authData) OrgModelManagerSoap.preAuthenticateMethod(String method, byte[] arbData, AuthenticationData authData)