BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Interface
weblogic.security.services.AppContext

Packages that use AppContext
weblogic.security.service

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

weblogic.security.services   
 

Uses of AppContext in weblogic.security.service
 

Methods in weblogic.security.service with parameters of type AppContext
static weblogic.security.service.AppContextHandler AppContextHandler.getInstance(AppContext appCtx)
          A static instance to get a handle to this class
 

Uses of AppContext in weblogic.security.services
 

Methods in weblogic.security.services with parameters of type AppContext
static Subject Authentication.login(CallbackHandler callbackHandler, AppContext appContext)
          Authenticate the user and return credentials using the default realm.
static Subject Authentication.login(String realmName, CallbackHandler callbackHandler, AppContext appContext)
          Authenticate the user and return credentials for a specific realm.
static Subject Authentication.assertIdentity(String tokenType, Object token, AppContext appContext)
          Use the supplied client token to establish client identity
static Subject Authentication.assertIdentity(String realmName, String tokenType, Object token, AppContext appContext)
          Use the supplied client token to establish client identity
 Object Authentication.getChallengeToken(String tokenType, AppContext appContext)
          If the security provider's identity assertion mapped types includes the type requested and the provider's identity asserter implements the ChallengeIdentityAsserterV2 interface this method returns the identity challenge token associated with the specified token type name.
 void Authentication.continueChallengeIdentity(AppChallengeContext context, String tokenType, Object token, AppContext appContext)
          Use the supplied context, client token to continue establishing client identity
 AppChallengeContext Authentication.assertChallengeIdentity(String tokenType, Object token, AppContext appContext)
          Use the supplied client token to establish client identity
 


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