Package org.openapitools.client.model
Class AuthenticatorSettings
java.lang.Object
org.openapitools.client.model.AuthenticatorSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class AuthenticatorSettings
extends Object
AuthenticatorSettings
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionallowedFor(AllowedForEnum allowedFor) appInstanceId(String appInstanceId) channelBinding(ChannelBinding channelBinding) compliance(Compliance compliance) booleanGet allowedForGet appInstanceIdGet channelBindingGet complianceGet tokenLifetimeInMinutesGet userVerificationinthashCode()voidsetAllowedFor(AllowedForEnum allowedFor) voidsetAppInstanceId(String appInstanceId) voidsetChannelBinding(ChannelBinding channelBinding) voidsetCompliance(Compliance compliance) voidsetTokenLifetimeInMinutes(Integer tokenLifetimeInMinutes) voidsetUserVerification(UserVerificationEnum userVerification) tokenLifetimeInMinutes(Integer tokenLifetimeInMinutes) toString()userVerification(UserVerificationEnum userVerification)  
- 
Field Details
- 
JSON_PROPERTY_ALLOWED_FOR
- See Also:
 
 - 
JSON_PROPERTY_APP_INSTANCE_ID
- See Also:
 
 - 
JSON_PROPERTY_CHANNEL_BINDING
- See Also:
 
 - 
JSON_PROPERTY_COMPLIANCE
- See Also:
 
 - 
JSON_PROPERTY_TOKEN_LIFETIME_IN_MINUTES
- See Also:
 
 - 
JSON_PROPERTY_USER_VERIFICATION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
AuthenticatorSettings
public AuthenticatorSettings() 
 - 
 - 
Method Details
- 
allowedFor
 - 
getAllowedFor
Get allowedFor- Returns:
 - allowedFor
 
 - 
setAllowedFor
 - 
appInstanceId
 - 
getAppInstanceId
Get appInstanceId- Returns:
 - appInstanceId
 
 - 
setAppInstanceId
 - 
channelBinding
 - 
getChannelBinding
Get channelBinding- Returns:
 - channelBinding
 
 - 
setChannelBinding
 - 
compliance
 - 
getCompliance
Get compliance- Returns:
 - compliance
 
 - 
setCompliance
 - 
tokenLifetimeInMinutes
 - 
getTokenLifetimeInMinutes
Get tokenLifetimeInMinutes- Returns:
 - tokenLifetimeInMinutes
 
 - 
setTokenLifetimeInMinutes
 - 
userVerification
 - 
getUserVerification
Get userVerification- Returns:
 - userVerification
 
 - 
setUserVerification
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -