This package includes interfaces, classes, and exceptions
you use to develop security providers.
WebResource - class weblogic.security.service.WebResource.Deprecated. The WebResource
class is used by a container to specify the
Web resource (and method related to the resource) that a caller is
attempting to access.
The URLResource
class should be used in place of
this WebResource
class, which is now deprecated.
The toString
format (which is produced by the ResourceBase
class) for a Web resource is:
type=<web>, application=myApp, uri=/mywebapp, webResource=securityConstraintName, httpMethod=GET
WebResource(String, String, String, String, String) -
Constructor for class weblogic.security.service.WebResource
Deprecated. Constructs a new WebResource
with a target name composed from
the application
, uri
, webResource
,
httpMethod
, and transportType
parameters.
WLSGroup - interface weblogic.security.spi.WLSGroup.The WLSGroup
interface is a marker interface used to signify that a
principal represents a WebLogic Server group. WLSUser - interface weblogic.security.spi.WLSUser.The WLSUser
interface is a marker interface used to signify that a principal
represents a WebLogic Server user. writeEvent(AuditEvent) -
Method in interface weblogic.security.spi.AuditChannel
Writes an audit record based on event information.
writeResourceString(StringBuffer) -
Method in class weblogic.security.service.ServerResource
Writes a string representation of the resource to buffer.
writeResourceString(StringBuffer) -
Method in class weblogic.security.service.ResourceBase
Writes a string representation of the resource to buffer.
writeResourceString(StringBuffer) -
Method in class weblogic.security.service.JNDIResource
Writes a string representation of the resource to buffer.
writeResourceString(StringBuffer) -
Method in class weblogic.security.service.JMSResource
Writes a string representation of the resource to buffer.
writeResourceString(StringBuffer) -
Method in class weblogic.security.service.JDBCResource
Writes a string representation of the resource to buffer.
writeResourceString(StringBuffer) -
Method in class weblogic.security.service.EJBResource
Writes a string representation of the resource to buffer.
WSSE_PASSWORD_DIGEST_TYPE -
Static variable in interface weblogic.security.spi.IdentityAsserterV2
The wsse:PasswordDigest
token is an internal token and is used
when a web service utilizes the wsse:UsernameToken with a password type of
wsse:PasswordDigest.
WWW_AUTHENTICATE_NEGOTIATE -
Static variable in interface weblogic.security.spi.IdentityAsserterV2
The WWW-AUTHENTICATE_NEGOTIATE
token is an internal token and is used
when a web app utilizes the SPNEGO (Simple and Protected GSS-API Negotiation Mechanism)
protocol for HTTP authentication.
A C D E F G H I J L M N O P R S T U V W X