BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Class
weblogic.security.service.InvalidParameterException

Packages that use InvalidParameterException
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

 

Uses of InvalidParameterException in weblogic.security.service
 

Methods in weblogic.security.service that throw InvalidParameterException
 weblogic.security.service.SecurityService SecurityServiceManagerDelegateImpl.getSecurityService(weblogic.security.acl.internal.AuthenticatedSubject kernelID, String realmName, weblogic.security.service.SecurityService.ServiceType type)
           
 weblogic.security.service.SecurityService SecurityServiceManagerDelegateImpl.getSecurityServiceInternal(String realmName, weblogic.security.service.SecurityService.ServiceType type)
           
 boolean SecurityServiceManagerDelegateImpl.doesRealmExist(String realmName)
           
 boolean SecurityServiceManagerDelegateImpl.doesRealmExistInternal(String realmName)
           
 weblogic.security.service.SecurityService SecurityServiceManagerDelegate.getSecurityService(weblogic.security.acl.internal.AuthenticatedSubject kernelID, String realmName, weblogic.security.service.SecurityService.ServiceType type)
          Return the requested security service if it exists.
 weblogic.security.service.SecurityService SecurityServiceManagerDelegate.getSecurityServiceInternal(String realmName, weblogic.security.service.SecurityService.ServiceType type)
          Return the requested security service if it exists.
 boolean SecurityServiceManagerDelegate.doesRealmExist(String realmName)
          Does the SecurityServiceManager know about the specified realm?
 boolean SecurityServiceManagerDelegate.doesRealmExistInternal(String realmName)
          Does the SecurityServiceManager know about the specified realm? This is an internal version that doesn't check to see if the SecurityServiceManager is completely initialized or not.
static weblogic.security.service.SecurityService SecurityServiceManager.getSecurityService(weblogic.security.acl.internal.AuthenticatedSubject kernelID, String realmName, weblogic.security.service.SecurityService.ServiceType type)
          Return the requested security service if it exists.
static weblogic.security.service.PrincipalAuthenticator SecurityServiceManager.getPrincipalAuthenticator(weblogic.security.acl.internal.AuthenticatedSubject kernelID, String realmName)
          Return the PrincipalAuthenticator, if it exists.
static weblogic.security.service.AuthorizationManager SecurityServiceManager.getAuthorizationManager(weblogic.security.acl.internal.AuthenticatedSubject kernelID, String realmName)
          Return the AuthorizationManager, if it exists.
static weblogic.security.service.RoleManager SecurityServiceManager.getRoleManager(weblogic.security.acl.internal.AuthenticatedSubject kernelID, String realmName)
          Return the RoleManager, if it exists.
static boolean SecurityServiceManager.doesRealmExist(String realmName)
          Does the SecurityServiceManager know about the specified realm?
 void KeyManager.initialize(String realmName, ProviderMBean[] providerMBean)
          Initialize KeyManager
 void CredentialManager.initialize(String realmName, ProviderMBean[] configuration)
          Initializes using the ProviderMBeans that are passed in.
 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)
 void Auditor.initialize(String realmName, ProviderMBean[] configuration)
          Initializes the Auditor object using the ProviderMBeans that are passed in.
 

Constructors in weblogic.security.service that throw InvalidParameterException
WorkContextResource(String[] path, String actionName)
          Constructs a new WorkContextResource with a target name composed from the path, and actionName parameters.
JNDIResource(String application, String[] path, String actionName)
          Constructs a new JNDIResource with a target name composed from the application, path, and actionName parameters.
JMSResource(String application, String module, String destType, String resource, String action)
          Constructs a new JMSResource with a target name composed from the application, destType, resource, and action parameters.
JMSResource(String application, String destType, String resource, String action)
          Deprecated. As of 06/17/04 (WLS 9.0), replaced with JMSResource(String,String,String,String,String)
EISResource(String application, String module, String eis)
          Constructs a new EISResource with a target name composed from the application, module, and eis parameters.
EISResource(String application, String module, String eis, String destinationId)
          Constructs a new EISResource with a target name composed from the application, module, eis, and destinationId parameters.
COMResource(String application, String className)
          Constructs a new COMResource with a target name composed from the application and className parameters.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.