Package org.openapitools.client.model
Class AuthenticatorMethodBase
java.lang.Object
org.openapitools.client.model.AuthenticatorMethodBase
- Direct Known Subclasses:
AuthenticatorMethodPush,AuthenticatorMethodSignedNonce,AuthenticatorMethodSimple,AuthenticatorMethodTotp,AuthenticatorMethodWebAuthn,AuthenticatorMethodWithVerifiableProperties
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class AuthenticatorMethodBase
extends Object
AuthenticatorMethodBase
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringprotected AuthenticatorMethodType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLinks()Get linksGet statusgetType()Get typeinthashCode()links(LinksSelfAndLifecycle links) voidsetLinks(LinksSelfAndLifecycle links) voidsetStatus(LifecycleStatus status) voidstatus(LifecycleStatus status) toString()type(AuthenticatorMethodType type)
-
Field Details
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodBase
public AuthenticatorMethodBase()
-
-
Method Details