Uses of Class
de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
Packages that use ClientSessionDetails
Package
Description
-
Uses of ClientSessionDetails in de.aristaflow.ilm.ws.rest.base.security
Methods in de.aristaflow.ilm.ws.rest.base.security that return ClientSessionDetailsModifier and TypeMethodDescriptionprotected ClientSessionDetailsGlobalSecurityManagerRest._authenticateMethodCookie(String method, URI callerUri, AuthenticationData authData) Authenticates with the designated ILM authentication data.@NotNull @Valid ClientSessionDetailsGlobalSecurityManagerRest.authenticateCookie(@NotBlank String userName, Long orgPosId, @NotNull URI callerUri, String password) This method authenticates with either the designated password or the OAuth2 authentication token retrieved from the request header using either the one and only org position the agent has or the designated org position.@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).Methods in de.aristaflow.ilm.ws.rest.base.security that return types with arguments of type ClientSessionDetailsModifier and TypeMethodDescriptionprotected List<ClientSessionDetails>GlobalSecurityManagerRest._authenticateAllMethod(String method, URI callerUri, AuthenticationData authData) Authenticates with the designated ILM authentication data.@NotNull List<@Valid ClientSessionDetails>GlobalSecurityManagerRest.authenticateAll(@NotBlank String userName, Long orgPosId, @NotNull URI callerUri, String password) This method authenticates with either the designated password or the OAuth2 authentication token retrieved from the request header using the designated org position or all org positions occupied by the agent if not provided.@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. -
Uses of ClientSessionDetails in de.aristaflow.ilm.ws.rest.base.sessionmanagement
Methods in de.aristaflow.ilm.ws.rest.base.sessionmanagement that return ClientSessionDetailsModifier and TypeMethodDescriptionstatic ClientSessionDetailsTransformation.toRest(ClientSessionDetails csd) Methods in de.aristaflow.ilm.ws.rest.base.sessionmanagement with parameters of type ClientSessionDetailsModifier and TypeMethodDescriptionstatic ClientSessionDetailsTransformation.fromRest(ClientSessionDetails csd) -
Uses of ClientSessionDetails in de.aristaflow.ilm.ws.rest.core.runtimemanager
Methods in de.aristaflow.ilm.ws.rest.core.runtimemanager with parameters of type ClientSessionDetailsModifier and TypeMethodDescriptionvoidRuntimeManagerRest.logon(@NotNull @Valid ClientSessionDetails csd) voidRuntimeManagerRest.updateClientSessionFactory(@NotNull @Valid ClientSessionDetails csd)