Uses of Class
com.pingidentity.sdk.AuthenticationSourceKey.Type
-
Packages that use AuthenticationSourceKey.Type Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of AuthenticationSourceKey.Type in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthenticationSourceKey.Type Modifier and Type Method Description AuthenticationSourceKey.TypeAuthenticationSourceKey. getType()Get the type of this authentication source key.static AuthenticationSourceKey.TypeAuthenticationSourceKey.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationSourceKey.Type[]AuthenticationSourceKey.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pingidentity.sdk with parameters of type AuthenticationSourceKey.Type Constructor Description AuthenticationSourceKey(AuthenticationSourceKey.Type type, String id)Create an new authentication source key.
-