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

S

SecurityRuntime - class com.bea.security.SecurityRuntime.
The SecurityRuntime class provides a way to query the runtime for its capabilities and to create instances of policy domains for use in an application, as well as fetch several other application level resources.
ServiceNotAvailableException - exception com.bea.security.ServiceNotAvailableException.
This exception is thrown when a security service is requested or attempted to be used when it is not available within the security runtime.
ServiceType - class com.bea.security.ServiceType.
This class represents a service type.
ServiceType(int) - Constructor for class com.bea.security.ServiceType
Constructs a service type with a specific service code.
ServiceVersion - class com.bea.security.ServiceVersion.
This class identifies the version of a security service by major number, minor number, and patch level.
ServiceVersion() - Constructor for class com.bea.security.ServiceVersion
Constructs a ServiceVersion with version 0.0 and no patch level.
ServiceVersion(int, int) - Constructor for class com.bea.security.ServiceVersion
Constructs a ServiceVersion passing in the major and minor version numbers.
ServiceVersion(int, int, String) - Constructor for class com.bea.security.ServiceVersion
Constructs a ServiceVersion passing in the major and minor version numbers and a patch level.
setApplicationName(String) - Method in class com.bea.security.AppConfig
Sets the name of the application in this configuration object.
setAuthorityName(String) - Method in class com.bea.security.DataDrivenAuthority
Sets the name of this authority.
setClientUID(String) - Method in interface com.bea.security.PDPProxyClientConfiguration
Set unique ID for the PDP Client proxy.
setClientUID(String) - Method in class com.bea.security.AppConfig
Set unique ID for the PDP Client proxy.
setContext(AppContext) - Method in class com.bea.security.ContextAuditRecord
Adds an application context to this record.
setContext(AppContext) - Method in class com.bea.security.AuditRecord
Associates an application context with this audit record.
setDelimiters(String) - Method in class com.bea.security.DataDrivenAuthority
Sets the delimiters for this authority.
setException(Exception) - Method in class com.bea.security.ContextAuditRecord
Sets an Exception object from which the audit message will be derived.
setException(Exception) - Method in class com.bea.security.AuditRecord
Sets an Exception object from which the audit message will be derived.
setFailbackTimeout(int) - Method in interface com.bea.security.PDPProxyClientConfiguration
Set Failback timeout value, if the client does not have successful connection.
setFailbackTimeout(int) - Method in class com.bea.security.AppConfig
Set request timeout value, if the client does not have successful connection.
setFailureRetryCount(int) - Method in interface com.bea.security.PDPProxyClientConfiguration
Set maximum attempts to try before failing over to an alternate server
setFailureRetryCount(int) - Method in class com.bea.security.AppConfig
Set maximum attempts to try before failing over to an alternate server
setIdentity(String, AuthenticIdentity) - Method in class com.bea.security.AuditRecord
Associates the given identity with the supplied alias.
setMajorVersion(int) - Method in class com.bea.security.ServiceVersion
Sets the major number of this ServiceVersion.
setMessage(String) - Method in class com.bea.security.AuditRecord
Sets the audit message.
setMinorVersion(int) - Method in class com.bea.security.ServiceVersion
Sets the minor number of this ServiceVersion.
setPatchLevel(String) - Method in class com.bea.security.ServiceVersion
Sets the patch level of this ServiceVersion.
setPolicyDomainURLs(String) - Method in class com.bea.security.AppConfig
Set list of policy domains, comma seperated list of PDP URLs
setPolicyDomainURLs(String[]) - Method in interface com.bea.security.PDPProxyClientConfiguration
Set list of policy domains, comma seperated list of PDP URLs
setPolicyDomainURLs(String[]) - Method in class com.bea.security.AppConfig
Set list of policy domains, comma seperated list of PDP URLs
setRequestTimeout(int) - Method in interface com.bea.security.PDPProxyClientConfiguration
Set Request timeout value, if the client does not have successful connection.
setRequestTimeout(int) - Method in class com.bea.security.AppConfig
Set request timeout value, if the client does not have successful connection.
setServerTransport(String) - Method in interface com.bea.security.PDPProxyClientConfiguration
Set transport to use, could be one of TRANSPORT_TYPE_?
setServerTransport(String) - Method in class com.bea.security.AppConfig
Set transport to use, could be one of TRANSPORT_TYPE_?
setServiceControlManagerPort(int) - Method in class com.bea.security.AppConfig
Sets the port used by the Service Control Manager.
setSeverity(int) - Method in class com.bea.security.ContextAuditRecord
Sets the severity level value associated with the ContextAuditRecord, from which the Auditing provider can make the decision whether or not to audit.
setSeverity(int) - Method in class com.bea.security.AuditRecord
Sets the severity level value associated with the AuditRecord.
setSSMConfigID(String) - Method in class com.bea.security.AppConfig
Set configuration ID for the SSM
setTrustStore(String) - Method in interface com.bea.security.PDPProxyClientConfiguration
Set the trust store to use, make sure to configure the url as https or rmis This configuration setting is to be used only with a remote PDP.
setTrustStore(String) - Method in class com.bea.security.AppConfig
Set the trust store configuration for 1-way ssl configuration; the java option -Djavax.net.ssl.trustStore=c:/demo.jks would overide the call to set
setValue(Object) - Method in class com.bea.security.SimpleContextElement
Sets this element's value.
severityCode - Variable in class com.bea.security.AuditRecord
A reference to the severity of this event.
severityCodeToName(int) - Static method in class com.bea.security.AuditRecord
Converts from severity codes (int) to severity names (String).
severityNameToCode(String) - Static method in class com.bea.security.AuditRecord
Converts from severity names (String) to severity codes (int).
shallow - Variable in class com.bea.security.NamedObject
A shallow enumeration of this object's fields.
shutdown() - Static method in class com.bea.security.SecurityRuntime
Shuts down the runtime and returns it to a pre-initialized state.
shutdown() - Method in class com.bea.security.NamingAuthorityManager
Returns this naming authority manager to its pre-initialized state.
SimpleContextElement - class com.bea.security.SimpleContextElement.
An extention of a context element for an application context.
SimpleContextElement(AppContextElement) - Constructor for class com.bea.security.SimpleContextElement
Constructs this object based on existing element.
SimpleContextElement(String) - Constructor for class com.bea.security.SimpleContextElement
Constructs this element giving it a name.
SimpleContextElement(String, Object) - Constructor for class com.bea.security.SimpleContextElement
Constructs this object giving it a name and a value.
SimpleContextElement(String, String, Object) - Constructor for class com.bea.security.SimpleContextElement
Constructs this object giving it a namespace, name and a value.
SimpleResponseContextCollector - class com.bea.security.SimpleResponseContextCollector.
The SimpleResponseContextCollector is a simple implementation of the ResponseContextCollector abstract base class.
SimpleResponseContextCollector() - Constructor for class com.bea.security.SimpleResponseContextCollector
Create a SimpleResponseContextCollector object.
SINGLE_VALUE - Static variable in class com.bea.security.NameAttributeType
SINGLE_VALUE is a single name/value pair that is included in a name.
SINGLE_VALUE_PREFIX - Static variable in class com.bea.security.NameAttributeType
SINGLE_VALUE_PREFIX is a single name/value pair that is included in the first part of a name.
SINGLE_VALUE_TERMINAL - Static variable in class com.bea.security.NameAttributeType
SINGLE_VALUE_TERMINAL is a single name/value pair that is included in the last part of a name.
size() - Method in class com.bea.security.HashMapContext
Gets the number of AppContextElements in this context.
size() - Method in interface com.bea.security.AppContext
Provides the count of the number of AppContextElements that the AppContext is able to return.
STRING - Static variable in class com.bea.security.ConstraintAttribute
The data type of attribute value is type string
SUCCESS - Static variable in class com.bea.security.AuditRecord
SUCCESS severity.

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