BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.security.service.NotYetInitializedException

Packages that use NotYetInitializedException
weblogic.security.service

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

 

Uses of NotYetInitializedException in weblogic.security.service
 

Methods in weblogic.security.service that throw NotYetInitializedException
 weblogic.security.service.SecurityService SecurityServiceManagerDelegateImpl.getSecurityService(weblogic.security.acl.internal.AuthenticatedSubject kernelID, 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.
 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?
 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.writeEvent(AuditEvent event)
          Writes an event when a request for an audit operation is made.
 


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