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 Type
    Method
    Description
    of(org.apache.polaris.core.connection.AuthenticationType value)
     
    org.apache.polaris.core.connection.AuthenticationType
     

    Methods inherited from class jakarta.enterprise.util.AnnotationLiteral

    annotationType, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • of

      public static AuthType.Literal of(org.apache.polaris.core.connection.AuthenticationType value)
    • value

      public org.apache.polaris.core.connection.AuthenticationType value()