Package de.aristaflow.ilm.base.security
Class Transformation
- java.lang.Object
-
- de.aristaflow.ilm.base.security.Transformation
-
public class Transformation extends Object
-
-
Constructor Summary
Constructors Constructor Description Transformation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Pair<AFCallbackHandler,byte[]>
afCallbackHandlerfromIlm(List<AuthenticationData> authData)
static Pair<String[],Long>
basicCredFromIlm(List<AuthenticationData> authData)
-
-
-
Method Detail
-
basicCredFromIlm
public static Pair<String[],Long> basicCredFromIlm(List<AuthenticationData> authData)
- Returns:
- An array containing user name, password, user session ID (of which each can be
null
), and the org position ID (ornull
) retrieved from the designated authentication data.
-
afCallbackHandlerfromIlm
public static Pair<AFCallbackHandler,byte[]> afCallbackHandlerfromIlm(List<AuthenticationData> authData)
-
-