public static enum EditMemberHandler.AuthType extends java.lang.Enum<EditMemberHandler.AuthType>
| Enum Constant and Description |
|---|
ALL
User can sign-in with any authentication methods configured on the site (LDAP, SSO, ...), including his local login/password.
|
DISABLED
User cannot sign-in at all.
|
EXTERNAL
User can sign-in with all authentication methods configured (LDAP, SSO, ...), excepted the local login/password.
|
| Modifier and Type | Method and Description |
|---|---|
static EditMemberHandler.AuthType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditMemberHandler.AuthType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditMemberHandler.AuthType ALL
public static final EditMemberHandler.AuthType EXTERNAL
public static final EditMemberHandler.AuthType DISABLED
public static EditMemberHandler.AuthType[] values()
for (EditMemberHandler.AuthType c : EditMemberHandler.AuthType.values()) System.out.println(c);
public static EditMemberHandler.AuthType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2001-2022 Jalios SA. All Rights Reserved.