| 
 | BEA Systems, Inc. | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Resource | |
| weblogic.management.security | |
| weblogic.security.providers.saml | |
| weblogic.security.service | This package 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.management.security | 
| Methods in weblogic.management.security that return Resource | |
|  Resource | ResourceIdInfo.getResource(Map resMap)Get a resource object from a Map. | 
| Uses of Resource in weblogic.security.providers.saml | 
| Methods in weblogic.security.providers.saml with parameters of type Resource | |
|  Object | SAMLCredentialMapperProviderImpl.getCredential(Subject requestor,
              String initiator,
              Resource resource,
              ContextHandler handler,
              String credType)This method is called by the framework when Credentials are required. | 
|  Object[] | SAMLCredentialMapperProviderImpl.getCredentials(Subject requestor,
               Subject initiator,
               Resource resource,
               ContextHandler handler,
               String credType)This method is called by the framework when Credentials are required. | 
| 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 | 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 | 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 | |
| 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. | 
|  Resource | ResourceBase.getParentResource()Gets a Resourceobject that represents the parent of the current
 resource. | 
| 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 | MBeanResource.makeParent()Gets a Resourceobject that represents the parent of the
 current resource. | 
| protected  Resource | JNDIResource.makeParent()Gets a Resourceobject that represents the parent of the
 currentJNDIResource. | 
| 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. | 
|  Resource | AuditStartRoleDeployEventImpl.getResource() | 
|  Resource | AuditStartPolicyDeployEventImpl.getResource() | 
|  Resource | AuditRoleUndeployEventImpl.getResource() | 
|  Resource | AuditRoleEventImpl.getResource()Returns the resource whose roles are being manipulated. | 
|  Resource | AuditRoleDeployEventImpl.getResource()Returns the resource for which the role is being added. | 
|  Resource | AuditRoleDeleteAppEventImpl.getResource() | 
|  Resource | AuditResourceProtectedEventImpl.getResource() | 
|  Resource | AuditPolicyUndeployEventImpl.getResource() | 
|  Resource | AuditPolicyDeployEventImpl.getResource() | 
|  Resource | AuditPolicyDeleteAppEventImpl.getResource() | 
|  Resource | AuditEndRoleDeployEventImpl.getResource() | 
|  Resource | AuditEndPolicyDeployEventImpl.getResource() | 
|  Resource | AuditCredentialMappingEventImpl.getResource() | 
|  Resource | AuditAtzEventImpl.getResource() | 
|  Resource | AuditApplicationVersionEventImpl.getResource() | 
| 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. | 
| Methods in weblogic.security.service with parameters of type Resource | |
| static String | TestResource.getResourceHierarchy(Resource r) | 
| static String | TestResource.getFieldTypes(Resource r) | 
|  Map | RoleManager.getRoles(weblogic.security.acl.internal.AuthenticatedSubject subject,
         Resource resource,
         ContextHandler handler)Returns a Map of names to SecurityRole objects applicable to the provided Subject based on the Resource and ContextHandler that was passed in. | 
|  void | RoleManager.deployRole(weblogic.security.service.RoleManagerDeployHandle handle,
           Resource resource,
           String roleName,
           String[] userAndGroupNames)Deploys a role (that is, creates a role on behalf of a deployed Web application or EJB). | 
|  weblogic.security.service.DeploymentValidationResult | DeploymentValidatorUnknownImpl.doesRoleExist(String roleName,
              Resource resource)Determine if a role is defined. | 
|  weblogic.security.service.DeploymentValidationResult | DeploymentValidator.doesRoleExist(String roleName,
              Resource resource)Determine if a role is defined within the security realm and is scoped by a resource. | 
|  weblogic.security.service.DeploymentValidationResult | DeploymentUtils.doesRoleExist(String roleName,
              Resource resource)Determine if a role is defined within the security realm and is scoped by a resource. | 
|  Object[] | CredentialManager.getCredentials(weblogic.security.acl.internal.AuthenticatedSubject requestor,
               weblogic.security.acl.internal.AuthenticatedSubject initiator,
               Resource resource,
               ContextHandler handler,
               String credType)Returns credentials of the specified type from the target resource associated with the specified subject. | 
|  Object[] | CredentialManager.getCredentials(weblogic.security.acl.internal.AuthenticatedSubject requestor,
               String initiator,
               Resource resource,
               ContextHandler handler,
               String credType)Returns credentials of the specified type from the target resource associated with the specified subject. | 
|  Vector | CredentialManager.getCredentials(weblogic.security.acl.internal.AuthenticatedSubject requestor,
               weblogic.security.acl.internal.AuthenticatedSubject initiator,
               Resource resource,
               String[] credentialTypes)Deprecated. As of WebLogic Server 9.0, replaced with getCredentials(AuthenticatedSubject, AuthenticatedSubject, Resource, String) | 
|  Vector | CredentialManager.getCredentials(weblogic.security.acl.internal.AuthenticatedSubject requestor,
               String initiator,
               Resource resource,
               String[] credentialTypes)Deprecated. As of WebLogic Server 9.0, replaced with getCredentials(AuthenticatedSubject, String, Resource, String) | 
|  boolean | AuthorizationManager.isAccessAllowed(weblogic.security.acl.internal.AuthenticatedSubject aSubject,
                Map roles,
                Resource resource,
                ContextHandler handler,
                Direction direction)Provides an indication to whether the authorization policies defined for the resource allow the requested method to be performed by utilizing the information contained in the Subject. | 
|  boolean | AuthorizationManager.isAccessAllowed(weblogic.security.acl.internal.AuthenticatedSubject aSubject,
                Resource resource,
                ContextHandler handler)Provides a shortcut wrapper to the version of isAccessAllowed that takes SecurityRoles and ContextHandlers. | 
|  boolean | AuthorizationManager.isProtectedResource(Subject subject,
                    Resource resource)Returns an indication of whether the specified resource is protected. | 
|  void | AuthorizationManager.deployPolicy(weblogic.security.service.AuthorizationManagerDeployHandle handle,
             Resource resource,
             String[] roleNames)Deploys a policy (that is, creates a policy on behalf of a deployed Web application or EJB). | 
|  void | AuthorizationManager.deployUncheckedPolicy(weblogic.security.service.AuthorizationManagerDeployHandle handle,
                      Resource resource)Deploys a policy which always grants access. | 
|  void | AuthorizationManager.deployExcludedPolicy(weblogic.security.service.AuthorizationManagerDeployHandle handle,
                     Resource resource)Deploys a policy which always denies access. | 
| 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. | 
| Methods in weblogic.security.spi with parameters of type Resource | |
|  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. | 
|  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 | DeployableRoleProvider.undeployRole(Resource resource,
             String roleName)Deprecated. Undeploys a role (that is, deletes a role on behalf of an undeployed Web application/EJB). | 
|  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 | DeployableCredentialProvider.undeployCredentialMappings(Resource resource)Deprecated. Undeploys credential maps (that is, deletes a credential mapping on behalf of an undeployed Resource Adapter). | 
|  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 | DeployableAuthorizationProviderV2.deployUncheckedPolicy(DeployPolicyHandle handle,
                      Resource resource)Deploys a policy that always grants access. | 
|  void | DeployableAuthorizationProviderV2.deployExcludedPolicy(DeployPolicyHandle handle,
                     Resource resource)Deploys a policy that always denies access. | 
|  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 | DeployableAuthorizationProvider.undeployPolicy(Resource resource)Deprecated. Undeploys a policy (that is, deletes a policy on behalf of an undeployed Web application or EJB). | 
|  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[] | 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. | 
|  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. | 
|  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). | 
|  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. | 
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||