@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AuthenticatorMethodConstraint extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticatorMethodConstraint.MethodEnum
Gets or Sets method
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ALLOWED_AUTHENTICATORS |
static String |
JSON_PROPERTY_METHOD |
Constructor and Description |
---|
AuthenticatorMethodConstraint() |
Modifier and Type | Method and Description |
---|---|
AuthenticatorMethodConstraint |
addAllowedAuthenticatorsItem(AuthenticatorIdentity allowedAuthenticatorsItem) |
AuthenticatorMethodConstraint |
allowedAuthenticators(List<AuthenticatorIdentity> allowedAuthenticators) |
boolean |
equals(Object o) |
List<AuthenticatorIdentity> |
getAllowedAuthenticators()
Get allowedAuthenticators
|
AuthenticatorMethodConstraint.MethodEnum |
getMethod()
Get method
|
int |
hashCode() |
AuthenticatorMethodConstraint |
method(AuthenticatorMethodConstraint.MethodEnum method) |
void |
setAllowedAuthenticators(List<AuthenticatorIdentity> allowedAuthenticators) |
void |
setMethod(AuthenticatorMethodConstraint.MethodEnum method) |
String |
toString() |
public static final String JSON_PROPERTY_ALLOWED_AUTHENTICATORS
public static final String JSON_PROPERTY_METHOD
public AuthenticatorMethodConstraint allowedAuthenticators(List<AuthenticatorIdentity> allowedAuthenticators)
public AuthenticatorMethodConstraint addAllowedAuthenticatorsItem(AuthenticatorIdentity allowedAuthenticatorsItem)
@Nullable public List<AuthenticatorIdentity> getAllowedAuthenticators()
public void setAllowedAuthenticators(List<AuthenticatorIdentity> allowedAuthenticators)
public AuthenticatorMethodConstraint method(AuthenticatorMethodConstraint.MethodEnum method)
@Nullable public AuthenticatorMethodConstraint.MethodEnum getMethod()
public void setMethod(AuthenticatorMethodConstraint.MethodEnum method)
Copyright © 2017–2023 Okta. All rights reserved.