|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weblogic.security.service.ResourceBase | +--weblogic.security.service.RealmAdapterAclResource
The RealmAdapterAclResource
class is used only for backwards compatibility
when a specific ACL must be referenced by the server. Only the Realm Adapter
Authorization provider need worry about it; other Authorization providers can just abstain on
access decision requests regarding this role.
In sum, the JMS subsystem allows an ACL to be specified for a connection pool. When an ACL
is specified in this manner, that ACL takes precedence over the default ACL. This functionality
has been deprecated but is still supported in 7.0. When a specific ACL has been specified, there
is no way to handle it in a 7.0 security provider (that is, it cannot be converted to a
JMSResource
). Instead, the JMS subsystem creates a
RealmAdapterAclResource
. This resource should only be handled by the Realm Adapter
Authorization provider. Specifying an ACL for a JMS connection pool is not supported outside of
Compatibility security.
The toString
format for a Realm Adapter ACL resource is:
type=<acl>, permission=admin, acl=my.custom.jms.acl
Fields inherited from class weblogic.security.service.ResourceBase |
id,
length,
SCOPE_RESOURCE_ACTION,
SCOPE_RESOURCE_ACTION_NAME,
values |
Constructor Summary | |
RealmAdapterAclResource(java.lang.String permission,
java.lang.String acl)
Deprecated. Constructs a new RealmAdapterAclResource with a target name composed
from the permission and acl parameters. |
Method Summary | |
java.lang.String[] |
getKeys()
Deprecated. Gets keys for the RealmAdapterAclResource . |
Resource |
getParentResource()
Deprecated. Gets a Resource object that represents the parent of the
current RealmAdapterAclResource . |
java.lang.String |
getType()
Deprecated. Gets the type of this resource ( RealmAdapterAclResource ). |
Methods inherited from class weblogic.security.service.ResourceBase |
appendArrayValue,
appendValue,
equals,
getFieldType,
getID,
getRepeatingFieldIndex,
getRepeatingFieldTerminatingIndex,
getValues,
hashCode,
init,
init,
reset,
toString |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public RealmAdapterAclResource(java.lang.String permission, java.lang.String acl)
RealmAdapterAclResource
with a target name composed
from the permission
and acl
parameters.
permission
- the permission to test for the ACL, represented as a String.acl
- the ACL to test, represented as a String. Identifies the different
access lists within fileRealm.properties
in the server
config directory. It is the value of
the old aclName
property.Method Detail |
public java.lang.String getType()
RealmAdapterAclResource
).
public Resource getParentResource()
Resource
object that represents the parent of the
current RealmAdapterAclResource
. If the resource does not have a parent,
the value of null
must be returned.
Resource
object of the parent resource.public java.lang.String[] getKeys()
RealmAdapterAclResource
.
RealmAdapterAclResource
's keys.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |