Uses of Enum
com.nimbusds.openid.connect.sdk.assurance.evidences.attachment.AttachmentType
Packages that use AttachmentType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence attachment classes.
OpenID Connect Provider (OP) classes.
-
Uses of AttachmentType in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment
Methods in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment that return AttachmentTypeModifier and TypeMethodDescriptionAttachment.getType()Returns the type of this attachment.static AttachmentTypeParses an attachment type from the specified string.static AttachmentTypeReturns the enum constant of this type with the specified name.static AttachmentType[]AttachmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.nimbusds.openid.connect.sdk.assurance.evidences.attachment with parameters of type AttachmentTypeModifierConstructorDescriptionprotectedAttachment(AttachmentType type, String description) Creates a new attachment with the specified description. -
Uses of AttachmentType in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type AttachmentTypeModifier and TypeMethodDescriptionOIDCProviderMetadata.getAttachmentTypes()ReadOnlyOIDCProviderMetadata.getAttachmentTypes()Gets the supported evidence attachment types.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type AttachmentTypeModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setAttachmentTypes(List<AttachmentType> attachmentTypes) Sets the supported evidence attachment types.