Package | Description |
---|---|
org.jboss.security.xacml.locators.attrib |
Class and Description |
---|
DatabaseAttributeLocator
An attribute locator that gets the attributes from the DB
|
LDAPAttributeLocator
An attribute locator getting attribute values from an LDAP
Configuration:
url - The LDAP server URL to connect to.
factory - The JNDI factory that is JDK specific such as "com.sun.jndi.ldap.LdapCtxFactory" which is the default. username - The username to connect to the LDAP server. |
StorageAttributeLocator
Common base class for attribute locators using external storage
All subclasses have to override and implement the
AttributeFinderModule.findAttribute(URI, URI, URI, URI, EvaluationCtx, int) method |
Copyright © 2023 JBoss by Red Hat. All rights reserved.