Module org.glassfish.soteria
Package org.glassfish.soteria.cdi
Class BasicAuthenticationMechanismDefinitionAnnotationLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.BasicAuthenticationMechanismDefinition>
-
- org.glassfish.soteria.cdi.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.BasicAuthenticationMechanismDefinitionAn annotation literal for@BasicAuthenticationMechanismDefinition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BasicAuthenticationMechanismDefinitionAnnotationLiteral(String realmName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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)booleanisHasDeferredExpressions()StringrealmName()voidsetHasDeferredExpressions(boolean hasDeferredExpressions)-
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
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Constructor Detail
-
BasicAuthenticationMechanismDefinitionAnnotationLiteral
public BasicAuthenticationMechanismDefinitionAnnotationLiteral(String realmName)
-
-
Method Detail
-
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
public String realmName()
-
isHasDeferredExpressions
public boolean isHasDeferredExpressions()
-
setHasDeferredExpressions
public void setHasDeferredExpressions(boolean hasDeferredExpressions)
-
-