Class AuthType.Literal
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<AuthType>
org.apache.polaris.service.credentials.connection.AuthType.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
AuthType
public static final class AuthType.Literal
extends jakarta.enterprise.util.AnnotationLiteral<AuthType>
implements AuthType
Helper for creating
AuthType qualifiers programmatically.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.polaris.service.credentials.connection.AuthType
AuthType.Literal -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthType.Literalof(org.apache.polaris.core.connection.AuthenticationType value) org.apache.polaris.core.connection.AuthenticationTypevalue()Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Method Details
-
of
-
value
public org.apache.polaris.core.connection.AuthenticationType value()
-