Uses of Class
de.aristaflow.ilm.base.security.AuthenticationData
-
Packages that use AuthenticationData Package Description de.aristaflow.ilm.base.security de.aristaflow.ilm.ws.base.security de.aristaflow.ilm.ws.rest.base.security de.aristaflow.ilm.ws.soap.core.orgmodelmanager -
-
Uses of AuthenticationData in de.aristaflow.ilm.base.security
Methods in de.aristaflow.ilm.base.security with parameters of type AuthenticationData Modifier and Type Method Description static 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 AuthenticationData Modifier and Type Method Description @NotNull @Valid ClientSessionDetails
GlobalSecurityManagerWebService. authenticate(@NotBlank String method, @NotNull AuthenticationData authData)
@NotNull @Valid ClientSessionDetails
GlobalSecurityManagerWebService. 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 AuthenticationData Modifier and Type Method Description static 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 AuthenticationData Modifier and Type Method Description protected List<ClientSessionDetails>
GlobalSecurityManagerRest. _authenticateAllMethod(String method, URI callerUri, AuthenticationData authData)
Authenticates with the designated ILM authentication data.protected ClientSessionDetails
GlobalSecurityManagerRest. _authenticateMethodCookie(String method, URI callerUri, AuthenticationData authData)
Authenticates with the designated ILM authentication data.protected AuthDataOrgPosSpec.QualifiedAgentList
GlobalSecurityManagerRest. _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 ClientSessionDetails
GlobalSecurityManagerRest. authenticateMethodCookie(@NotBlank String method, @NotNull URI callerUri, @NotNull AuthenticationData authData)
Note that the token in the returnedClientSessionDetails
is 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
-