Oracle Entitlements Server for Java API Reference
A B C D E F G H I K L M N O P Q R S T U V W

A

AccessResult - class com.bea.security.AccessResult.
AccessResult is the object returned to the application after an authorization query.
addAttribute(NameAttributeType) - Method in class com.bea.security.DataDrivenAuthority
Adds a attribute definition to this authority.
addDependency(String) - Method in class com.bea.security.DataDrivenAuthority
Adds a dependent authority to this authority.
addElement(AppContextElement) - Method in class com.bea.security.HashMapContext
Adds an AppContextElement into this context.
addNameAuthorityDefinitionFile(String) - Method in class com.bea.security.AppConfig
Adds an xml file that contains naming authority definitions to the configuration object.
addSubAuthority(NamingAuthority) - Method in class com.bea.security.DataDrivenAuthority
Adds a sub-authority to this authority.
AppConfig - class com.bea.security.AppConfig.
The AppConfig class is a representation of the configuration of your Java application.
AppConfig() - Constructor for class com.bea.security.AppConfig
Constructs an application configuration object with default values.
AppConfig(String) - Constructor for class com.bea.security.AppConfig
Constructs an application configuration object and sets the name of the application using the security runtime.
AppConfig(String, Properties) - Constructor for class com.bea.security.AppConfig
Constructs an application configuration object and sets the name of the application using the security runtime.
AppContext - interface com.bea.security.AppContext.
AppContext is an interface that allows an application developer to publish values from within the application to the security runtime.
AppContextElement - class com.bea.security.AppContextElement.
The AppContextElement abstract base class is a simple interface for representing a name/value pair.
AppContextElement() - Constructor for class com.bea.security.AppContextElement
 
appendContext(AppContext) - Method in class com.bea.security.SimpleResponseContextCollector
Add a response context to the collector.
appendContext(AppContext) - Method in class com.bea.security.ResponseContextCollector
Add a response context to the collector.
assembleTokens(Enumeration) - Method in class com.bea.security.NamingAuthority
Given an enumeration of NameAttributeValues, assemble this name into a string form.
assertIdentity(String, Object) - Method in class com.bea.security.AuthenticationService
Establishes an authenticated identity based on an assertion token of a type supported by the configured authentication providers.
assertIdentity(String, Object, AppContext) - Method in class com.bea.security.AuthenticationService
Establishes an authenticated identity based on an assertion token of a type supported by the configured authentication providers.
ATTR_CACHE_ENTRIES_KEY - Static variable in class com.bea.security.AuthorizationService
Key for retrieving current number of entries in attribute cache from the Map, returned by the getStatistics method.
ATTR_CACHE_HITS_KEY - Static variable in class com.bea.security.AuthorizationService
Key for retrieving total number of attribute cache hits from the Map, returned by the getStatistics method.
ATTR_CACHE_QUERIES_KEY - Static variable in class com.bea.security.AuthorizationService
Key for retrieving the total number of requests to attribute cache from the Map, returned by the getStatistics method.
AttributeValueEnumeration - class com.bea.security.AttributeValueEnumeration.
This class represents an ordered list of NameAttributeValues.
AttributeValueEnumeration(Enumeration) - Constructor for class com.bea.security.AttributeValueEnumeration
Constructs an AttributeValueEnumeration from an enumeration of NameAttributeValues.
AttributeValueEnumeration(Vector) - Constructor for class com.bea.security.AttributeValueEnumeration
Construct an AttributeValueEnumeration from a Vector of NameAttributeValues.
ATZ_CACHE_ENTRIES_KEY - Static variable in class com.bea.security.AuthorizationService
Key for retrieving current number of entries in authorization cache from the Map, returned by the getStatistics method.
ATZ_CACHE_HITS_KEY - Static variable in class com.bea.security.AuthorizationService
Key for retrieving total number of authorization cache hits from the Map, returned by the getStatistics method.
ATZ_CACHE_QUERIES_KEY - Static variable in class com.bea.security.AuthorizationService
Key for retrieving the total number of requests to authorization cache from the Map, returned by the getStatistics method.
AtzPolicy - class com.bea.security.AtzPolicy.
AtzPolicy represents the result each ATZ policy evaluated
AUDIT - Static variable in class com.bea.security.ServiceType
Auditing Service Type ID = 5.
AUDIT_FAILURE - Static variable in class com.bea.security.AuditRecord
AUDIT_FAILURE severity.
AuditingService - class com.bea.security.AuditingService.
Provides the interface to all runtime auditing services
AuditRecord - class com.bea.security.AuditRecord.
This class allows applications to log events to the audit provider.
AuditRecord(String, int, Exception) - Constructor for class com.bea.security.AuditRecord
Construct an audit message with an exception message associated with a naming authority.
AuditRecord(String, int, Exception, AppContext) - Constructor for class com.bea.security.AuditRecord
Construct an audit message with an exception message associated with a naming authority.
AuditRecord(String, int, String) - Constructor for class com.bea.security.AuditRecord
Construct an audit message with a message associated with a naming authority.
AuditRecord(String, int, String, AppContext) - Constructor for class com.bea.security.AuditRecord
Construct an audit message with a message associated with a naming authority and a context.
authenticate(CallbackHandler) - Method in class com.bea.security.AuthenticationService
Starts a JAAS authentication handshake that will produce an authenticated identity.
authenticate(CallbackHandler, AppContext) - Method in class com.bea.security.AuthenticationService
Starts a JAAS authentication handshake that will produce an authenticated identity.
AUTHENTICATION - Static variable in class com.bea.security.ServiceType
Authentication Service Type ID = 1.
AuthenticationService - class com.bea.security.AuthenticationService.
The authentication service provides functions to an application related to establishing, verifying, and transferring an identity.
AuthenticIdentity - class com.bea.security.AuthenticIdentity.
The AuthenticIdentity class represents an authenticated Identity.
authName - Variable in class com.bea.security.NameAttributeType
The name of the authority that governs this attribute.
AUTHORIZATION - Static variable in class com.bea.security.ServiceType
Authorization Service Type ID = 2.
AuthorizationService - class com.bea.security.AuthorizationService.
The authorization service is a service that allows an application to determine if a specific identity is permitted to access a specific resource.

A B C D E F G H I K L M N O P Q R S T U V W