Class BasicAuthenticationMechanismDefinitionAnnotationLiteral
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition>
org.wildfly.security.soteria.original.BasicAuthenticationMechanismDefinitionAnnotationLiteral
- All Implemented Interfaces:
Annotation
public class BasicAuthenticationMechanismDefinitionAnnotationLiteral
extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition>
implements jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition
An annotation literal for
@BasicAuthenticationMechanismDefinition.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinitioneval(jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition in) static booleanhasAnyELExpression(jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition in) booleanvoidsetHasDeferredExpressions(boolean hasDeferredExpressions) Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Constructor Details
-
BasicAuthenticationMechanismDefinitionAnnotationLiteral
-
-
Method Details
-
eval
public static jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition eval(jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition in) -
hasAnyELExpression
public static boolean hasAnyELExpression(jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition in) -
realmName
-
isHasDeferredExpressions
public boolean isHasDeferredExpressions() -
setHasDeferredExpressions
public void setHasDeferredExpressions(boolean hasDeferredExpressions)
-