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
Subclasses of AuthenticationData in de.aristaflow.ilm.base.security Modifier and Type Class Description class
AuthDataAppName
class
AuthDataArbitrary
class
AuthDataOrgPos
Conflicts withAuthDataOrgPosList
.class
AuthDataOrgPosList
Conflicts withAuthDataUserName
AuthDataOrgPos
.class
AuthDataPassword
class
AuthDataUserName
Conflicts withAuthDataOrgPosList
.class
AuthDataUserSessionId
Method parameters in de.aristaflow.ilm.base.security with type arguments of type AuthenticationData Modifier and Type Method Description static Pair<AFCallbackHandler,byte[]>
Transformation. afCallbackHandlerfromIlm(List<AuthenticationData> authData)
static Pair<String[],Long>
Transformation. basicCredFromIlm(List<AuthenticationData> authData)
-
Uses of AuthenticationData in de.aristaflow.ilm.ws.base.security
Method parameters in de.aristaflow.ilm.ws.base.security with type arguments of type AuthenticationData Modifier and Type Method Description @NotNull @Valid ClientSessionDetails
GlobalSecurityManagerWebService. authenticate(@NotBlank String method, @NotNull @Size(min=2) List<@NotNull @Valid AuthenticationData> authData)
@NotNull @Valid ClientSessionDetails
GlobalSecurityManagerWebService. authenticate(@NotNull @Size(min=3) List<@NotNull @Valid AuthenticationData> authData)
@NotNull List<@Valid ClientSessionDetails>
GlobalSecurityManagerWebService. authenticateCombined(@NotBlank String method, List<@NotNull @Valid AuthenticationData> authData)
@NotNull List<@Valid QualifiedAgent>
GlobalSecurityManagerWebService. preAuthenticate(@NotBlank String method, List<@NotNull @Valid AuthenticationData> authData)
@NotNull List<@Valid QualifiedAgent>
GlobalSecurityManagerWebService. preAuthenticate(@NotNull @Size(min=2) List<@NotNull @Valid 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,List<AuthenticationData>>
Transformation. oAuthPasswordFromRest(de.aristaflow.adept2.base.communication.rest.RequestHandler reqHandler, String userName, String password)
Method parameters in de.aristaflow.ilm.ws.rest.base.security with type arguments of type AuthenticationData Modifier and Type Method Description @NotNull List<@Valid ClientSessionDetails>
GlobalSecurityManagerRest. authenticateAllMethod(@NotBlank String method, @NotNull URI callerUri, List<@NotNull @Valid 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 @Size(min=2) List<@NotNull @Valid 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, List<@NotNull @Valid AuthenticationData> authData)
-
Uses of AuthenticationData in de.aristaflow.ilm.ws.soap.core.orgmodelmanager
-