Uses of Class
de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
-
Packages that use ClientSessionDetails Package Description de.aristaflow.ilm.ws.rest.base.security de.aristaflow.ilm.ws.rest.base.sessionmanagement de.aristaflow.ilm.ws.rest.core.runtimemanager -
-
Uses of ClientSessionDetails in de.aristaflow.ilm.ws.rest.base.security
Methods in de.aristaflow.ilm.ws.rest.base.security that return ClientSessionDetails Modifier and Type Method Description protected ClientSessionDetails
GlobalSecurityManagerRest. _authenticateMethodCookie(String method, URI callerUri, AuthenticationData authData)
Authenticates with the designated ILM authentication data.@NotNull @Valid ClientSessionDetails
GlobalSecurityManagerRest. 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 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).Methods in de.aristaflow.ilm.ws.rest.base.security that return types with arguments of type ClientSessionDetails Modifier and Type Method Description protected 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 ClientSessionDetails Modifier and Type Method Description static ClientSessionDetails
Transformation. toRest(ClientSessionDetails csd)
Methods in de.aristaflow.ilm.ws.rest.base.sessionmanagement with parameters of type ClientSessionDetails Modifier and Type Method Description static ClientSessionDetails
Transformation. 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 ClientSessionDetails Modifier and Type Method Description void
RuntimeManagerRest. logon(@NotNull @Valid ClientSessionDetails csd)
void
RuntimeManagerRest. updateClientSessionFactory(@NotNull @Valid ClientSessionDetails csd)
-