Class LdapIdentityStoreDefinitionAnnotationLiteral
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition>
org.wildfly.security.soteria.original.LdapIdentityStoreDefinitionAnnotationLiteral
- All Implemented Interfaces:
Annotation
public class LdapIdentityStoreDefinitionAnnotationLiteral
extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition>
implements jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
An annotation literal for
@LdapIdentityStoreDefinition.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition
jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope -
Constructor Summary
ConstructorsConstructorDescriptionLdapIdentityStoreDefinitionAnnotationLiteral(String bindDn, String bindDnPassword, String callerBaseDn, String callerNameAttribute, String callerSearchBase, String callerSearchFilter, jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope callerSearchScope, String callerSearchScopeExpression, String groupMemberAttribute, String groupMemberOfAttribute, String groupNameAttribute, String groupSearchBase, String groupSearchFilter, jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope groupSearchScope, String groupSearchScopeExpression, int maxResults, String maxResultsExpression, int priority, String priorityExpression, int readTimeout, String readTimeoutExpression, String url, jakarta.security.enterprise.identitystore.IdentityStore.ValidationType[] useFor, String useForExpression) -
Method Summary
Modifier and TypeMethodDescriptionbindDn()jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScopestatic jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinitioneval(jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition in) jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScopestatic booleanhasAnyELExpression(jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition in) booleanintintpriority()intvoidsetHasDeferredExpressions(boolean hasDeferredExpressions) url()jakarta.security.enterprise.identitystore.IdentityStore.ValidationType[]useFor()Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Constructor Details
-
LdapIdentityStoreDefinitionAnnotationLiteral
public LdapIdentityStoreDefinitionAnnotationLiteral(String bindDn, String bindDnPassword, String callerBaseDn, String callerNameAttribute, String callerSearchBase, String callerSearchFilter, jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope callerSearchScope, String callerSearchScopeExpression, String groupMemberAttribute, String groupMemberOfAttribute, String groupNameAttribute, String groupSearchBase, String groupSearchFilter, jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope groupSearchScope, String groupSearchScopeExpression, int maxResults, String maxResultsExpression, int priority, String priorityExpression, int readTimeout, String readTimeoutExpression, String url, jakarta.security.enterprise.identitystore.IdentityStore.ValidationType[] useFor, String useForExpression)
-
-
Method Details
-
eval
public static jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition eval(jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition in) -
hasAnyELExpression
public static boolean hasAnyELExpression(jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition in) -
bindDn
-
bindDnPassword
-
callerBaseDn
-
callerNameAttribute
-
callerSearchBase
-
callerSearchFilter
-
callerSearchScope
public jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope callerSearchScope() -
callerSearchScopeExpression
-
groupMemberAttribute
-
groupMemberOfAttribute
-
groupNameAttribute
-
groupSearchBase
-
groupSearchFilter
-
groupSearchScope
public jakarta.security.enterprise.identitystore.LdapIdentityStoreDefinition.LdapSearchScope groupSearchScope() -
groupSearchScopeExpression
-
maxResults
public int maxResults() -
maxResultsExpression
-
priority
public int priority() -
priorityExpression
-
readTimeout
public int readTimeout() -
readTimeoutExpression
-
url
-
useFor
public jakarta.security.enterprise.identitystore.IdentityStore.ValidationType[] useFor() -
useForExpression
-
isHasDeferredExpressions
public boolean isHasDeferredExpressions() -
setHasDeferredExpressions
public void setHasDeferredExpressions(boolean hasDeferredExpressions)
-