public class ResourceIdManager
extends java.lang.Object
ResourceIdManager
registers resource types
for use with the weblogic.security.ResourceId
API.Modifier and Type | Field and Description |
---|---|
private static weblogic.management.security.internal.ResourceIdManagerDelegate |
delegate
Sets up the delegate implementation class.
|
Constructor and Description |
---|
ResourceIdManager() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
listRegisteredResourceTypes()
Obtain the currently registered resource types.
|
static void |
registerResourceType(weblogic.security.acl.internal.AuthenticatedSubject subject,
ResourceIdInfo info)
Register the resource type information.
|
private static final weblogic.management.security.internal.ResourceIdManagerDelegate delegate
public static java.lang.String[] listRegisteredResourceTypes()
public static void registerResourceType(weblogic.security.acl.internal.AuthenticatedSubject subject, ResourceIdInfo info) throws java.lang.IllegalArgumentException
The resource type is obtained from the ResourceIdInfo
java.lang.IllegalArgumentException
- when type is already registered