| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Resource | |
|---|---|
| weblogic.security.service | Deprecated 9.0.0.0. Includes interfaces, classes, and exceptions that support security providers. | 
| weblogic.security.spi | This package includes interfaces, classes, and exceptions you use to develop security providers. | 
| Uses of Resource in weblogic.security.service | 
|---|
| Classes in weblogic.security.service that implement Resource | |
|---|---|
|  class | AdminResourceThe AdminResourceclass is used by a container to specify
 the Administrative resource (and method related to the resource) that a caller
 is attempting to access. | 
|  class | ApplicationResourceThe ApplicationResourceclass is used by a container to specify the
 Application resource (and method related to the resource) for which a security policy is being
 defined, or that a caller is attempting to access. | 
|  class | COMResourceThe COMResourceclass is used by a container to specify a
 class type that can be exported from the COM runtime. | 
|  class | ControlResourceThe ControlResourceclass is used by a controls container to specify the
 Control resource (and method related to the resource) that a caller is attempting to
 access. | 
|  class | EISResourceThe EISResourceclass is used by a container to specify the
 EIS resource (and method related to the resource) that a caller is attempting
 to access. | 
|  class | EJBResourceThe EJBResourceclass is used by a container to specify the
 EJB resource (and method related to the resource) that a caller is attempting to
 access. | 
|  class | JDBCResourceThe JDBCResourceclass is used by a container to specify the
 JDBC resource (and method related to the resource) that a caller
 is attempting to access. | 
|  class | JMSResourceThe JMSResourceclass is used by a container to specify the
 JMS resource (and method related to the resource) that a caller is
 attempting to access. | 
|  class | JMXResourceThe JMXResourceclass is used by a container to
 specify the JMX MBean resource (and method related to the
 resource) that a caller is attempting to access. | 
|  class | JNDIResourceThe JNDIResourceclass is used by a container to specify the
 JMS resource (and method related to the resource) that a caller is
 attempting to access. | 
|  class | KerberosServiceResourceThe KerberosServiceResourceis used by the customer to define a resource for Kerberos service. | 
|  class | RemoteResourceThe RemoteResourceclass is used by WLS
 to represent a service endpoint that is not deployed
 on the local WLS server. | 
|  class | ResourceBaseThe ResourceBaseclass is an abstract base class for all the specific resource types
 and facilitates the model for the extending resources. | 
|  class | ServerResourceThe ServerResourceclass is used by a container to specify the
 Server resource (and method related to the resource) that a caller is
 attempting to access. | 
|  class | URLResourceThe URLResourceclass is used by a container to specify the
 URL resource (and method related to the resource) that a caller is
 attempting to access. | 
|  class | WebServiceResourceThe WebServiceResourceclass is used by a container to
 specify the Web Service resource (and method related to the resource)
 that a caller is attempting to access. | 
|  class | WorkContextResourceThe WorkContextResourceclass is used by a container to specify the
 WorkContext resource (and method related to the resource) that a caller is
 attempting to access. | 
| Fields in weblogic.security.service declared as Resource | |
|---|---|
| protected static Resource | ResourceBase.NO_PARENT | 
| protected  Resource | ResourceBase.parent | 
| Methods in weblogic.security.service that return Resource | |
|---|---|
|  Resource | ResourceBase.getParentResource()Gets a Resourceobject that represents the parent of the current
 resource. | 
|  Resource | KerberosServiceResource.getParentResource() | 
| protected  Resource | WorkContextResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentWorkContextResource. | 
| protected  Resource | WebServiceResource.makeParent()Gets a Resourceobject that represents the parent of the currentWebServiceResource. | 
| protected  Resource | URLResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentURLResource. | 
| protected  Resource | ServerResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentServerResource. | 
| protected  Resource | ResourceBase.makeParent()Creates a ResourceBaseobject that represents the parent of the current
 resource. | 
| protected  Resource | RemoteResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentRemoteResource. | 
| protected  Resource | JNDIResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentJNDIResource. | 
| protected  Resource | JMXResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentJMXResource. | 
| protected  Resource | JMSResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentJMSResource. | 
| protected  Resource | JDBCResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentJDBCResource. | 
| protected  Resource | EJBResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentEJBResource. | 
| protected  Resource | EISResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentEISResource. | 
| protected  Resource | ControlResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentControlResource. | 
| protected  Resource | COMResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentCOMResource. | 
| protected  Resource | ApplicationResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentApplicationResource. | 
| protected  Resource | AdminResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentAdminResource. | 
| Constructors in weblogic.security.service with parameters of type Resource | |
|---|---|
| ApplicationResource(String application,
                    Resource parent)Create an ApplicationResourcewho's parent resource is passed
 in. | |
| Uses of Resource in weblogic.security.spi | 
|---|
| Subinterfaces of Resource in weblogic.security.spi | |
|---|---|
|  interface | SelfDescribingResourceThe SelfDescribingResourceclass adds added query methods to theResourceclass. | 
|  interface | SelfDescribingResourceV2The SelfDescribingResourceV2class adds more query methods to theSelfDescribingResourceclass. | 
| Methods in weblogic.security.spi that return Resource | |
|---|---|
|  Resource | Resource.getParentResource()Gets a Resourceobject that represents the parent of the current
 resource. | 
|  Resource | AuditPolicyEvent.getResource()Gets the resource associated with this AuditPolicyEvent. | 
|  Resource | AuditCredentialMappingEvent.getResource()Gets the resource of the getCredential operation associated with this AuditCredentialMappingEvent. | 
|  Resource | AuditAtzEvent.getResource()Gets the resource associated with this AuditAtzEvent. | 
|  Resource | AuditApplicationVersionEvent.getResource()Returns the resource associated with this AuditApplicationVersionEvent. | 
|  Resource[] | RoleCollectionInfo.getResourceTypes()Get the resource types used in the role collection. | 
|  Resource[] | PolicyCollectionInfo.getResourceTypes()Get the resource types used in the policy collection. | 
| Methods in weblogic.security.spi that return types with arguments of type Resource | |
|---|---|
|  Set<Resource> | BulkAdjudicator.adjudicate(List<Map<Resource,Result>> results,
           List<Resource> resources,
           ContextHandler handler)Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs). | 
|  Map<Resource,Map<String,SecurityRole>> | BulkRoleMapper.getRoles(Subject subject,
         List<Resource> resource,
         ContextHandler handler)Indicates whether the role policies defined for the list of resources allow the requestor to posses a given role by utilizing the information contained in the subject and context. | 
|  Map<Resource,Result> | BulkAccessDecision.isAccessAllowed(Subject subject,
                Map<Resource,Map<String,SecurityRole>> roles,
                List<Resource> resources,
                ContextHandler handler,
                Direction direction)Indicates whether the authorization policies defined for the list of resources allow the requested method to be performed, by utilizing the information contained in the subject and context. | 
| Methods in weblogic.security.spi with parameters of type Resource | |
|---|---|
|  boolean | AdjudicatorV2.adjudicate(Result[] results,
           Resource resource,
           ContextHandler handler)Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs). | 
|  void | DeployableCredentialProvider.deployCredentialMapping(Resource resource,
                        String initiatingPrincipal,
                        String eisUsername,
                        String eisPassword)Deprecated. Deploys credential maps (that is, creates a credential mapping on behalf of a deployed Resource Adapter). | 
|  void | DeployableAuthorizationProviderV2.deployExcludedPolicy(DeployPolicyHandle handle,
                     Resource resource)Deploys a policy that always denies access. | 
|  void | DeployableAuthorizationProviderV2.deployPolicy(DeployPolicyHandle handle,
             Resource resource,
             String[] roleNames)Deploys a policy (that is, creates a policy on behalf of a deployed Web application or EJB). | 
|  void | DeployableAuthorizationProvider.deployPolicy(Resource resource,
             String[] roleNames)Deprecated. Deploys a policy (that is, creates a policy on behalf of a deployed Web application or EJB). | 
|  void | DeployableRoleProviderV2.deployRole(DeployRoleHandle handle,
           Resource resource,
           String roleName,
           String[] userAndGroupNames)Deploys a role (that is, creates a role on behalf of a deployed Web application or EJB). | 
|  void | DeployableRoleProvider.deployRole(Resource resource,
           String roleName,
           String[] userAndGroupNames)Deprecated. Deploys a role (that is, creates a role on behalf of a deployed Web application/EJB). | 
|  void | DeployableAuthorizationProviderV2.deployUncheckedPolicy(DeployPolicyHandle handle,
                      Resource resource)Deploys a policy that always grants access. | 
|  Object | CredentialMapperV2.getCredential(Subject requestor,
              String initiator,
              Resource resource,
              ContextHandler handler,
              String credType)Returns credential of the specified type from the target resource associated with the specified initiator. | 
|  Object | CredentialMapper.getCredentials(Subject requestor,
               String initiator,
               Resource resource,
               String[] credentialTypes)Deprecated. Gets the set of supported credentials for the target resource, based on the identity of the initiating principal. | 
|  Object[] | CredentialMapperV2.getCredentials(Subject requestor,
               Subject initiator,
               Resource resource,
               ContextHandler handler,
               String credType)Returns credentials of the specified type from the target resource associated with the specified initiator. | 
|  Vector | CredentialMapper.getCredentials(Subject requestor,
               Subject initiator,
               Resource resource,
               String[] credentialTypes)Deprecated. Gets the set of supported credentials for the target resource, based on the identity of the initiating principal that is specified in the subject. | 
|  Map | RoleMapper.getRoles(Subject subject,
         Resource resource,
         ContextHandler handler)Indicates whether the authorization policies defined for the resource allow the requested method to be performed. | 
|  Result | AccessDecision.isAccessAllowed(Subject subject,
                Map roles,
                Resource resource,
                ContextHandler handler,
                Direction direction)Indicates whether the authorization policies defined for the resource allow the requested method to be performed, by utilizing the information contained in the subject. | 
|  boolean | AccessDecision.isProtectedResource(Subject subject,
                    Resource resource)Determines if the specified resource is protected against access by unauthenticated principals. | 
|  void | PolicyCollectionHandler.setPolicy(Resource resource,
          String[] roleNames)Set a policy for the specified resource using the supplied roles names. | 
|  void | RoleCollectionHandler.setRole(Resource resource,
        String roleName,
        String[] userAndGroupNames)Set the role to give set of users and groups for the specified resource using the supplied information. | 
|  void | PolicyCollectionHandler.setUncheckedPolicy(Resource resource)Set a policy which always grants access to the specified resource. | 
|  void | DeployableCredentialProvider.undeployCredentialMappings(Resource resource)Deprecated. Undeploys credential maps (that is, deletes a credential mapping on behalf of an undeployed Resource Adapter). | 
|  void | DeployableAuthorizationProvider.undeployPolicy(Resource resource)Deprecated. Undeploys a policy (that is, deletes a policy on behalf of an undeployed Web application or EJB). | 
|  void | DeployableRoleProvider.undeployRole(Resource resource,
             String roleName)Deprecated. Undeploys a role (that is, deletes a role on behalf of an undeployed Web application/EJB). | 
| Method parameters in weblogic.security.spi with type arguments of type Resource | |
|---|---|
|  Set<Resource> | BulkAdjudicator.adjudicate(List<Map<Resource,Result>> results,
           List<Resource> resources,
           ContextHandler handler)Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs). | 
|  Set<Resource> | BulkAdjudicator.adjudicate(List<Map<Resource,Result>> results,
           List<Resource> resources,
           ContextHandler handler)Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs). | 
|  Map<Resource,Map<String,SecurityRole>> | BulkRoleMapper.getRoles(Subject subject,
         List<Resource> resource,
         ContextHandler handler)Indicates whether the role policies defined for the list of resources allow the requestor to posses a given role by utilizing the information contained in the subject and context. | 
|  Map<Resource,Result> | BulkAccessDecision.isAccessAllowed(Subject subject,
                Map<Resource,Map<String,SecurityRole>> roles,
                List<Resource> resources,
                ContextHandler handler,
                Direction direction)Indicates whether the authorization policies defined for the list of resources allow the requested method to be performed, by utilizing the information contained in the subject and context. | 
|  Map<Resource,Result> | BulkAccessDecision.isAccessAllowed(Subject subject,
                Map<Resource,Map<String,SecurityRole>> roles,
                List<Resource> resources,
                ContextHandler handler,
                Direction direction)Indicates whether the authorization policies defined for the list of resources allow the requested method to be performed, by utilizing the information contained in the subject and context. | 
| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||