Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.security.jps
Class JpsManager

java.lang.Object
  extended by oracle.wsm.security.jps.JpsManager


public class JpsManager
extends Object
Since:
release specific (what release of product did this appear in)
Version:
$Header: owsm/src/oracle/wsm/security/jps/JpsManager.java st_j2ee_mmalhotr_bug-8446094/1 2009/04/22 00:06:16 mmalhotr Exp $
Author:
rturlapa

Field Summary
static String COREID_LOGINMODULE_CLASS
           
protected static Logger TRACE
           

 

Constructor Summary
JpsManager()
           

 

Method Summary
 Subject anonymousAuthenticate(WssTokenCallbackHandler cbh, boolean enableXDS)
           
 Subject basicAuthenticate(WssTokenCallbackHandler cbh, boolean enableXDS)
           
 Subject coreidAuthenticate(WssTokenCallbackHandler cbh, boolean enableXDS)
           
 Subject customAuthenticate(WssTokenCallbackHandler cbh, String customClass)
           
 Subject digestAuthenticate(WssTokenCallbackHandler cbh, boolean enableXDS)
           
 oracle.security.jps.service.credstore.CredentialStore getCredentialStore()
           
 oracle.security.jps.service.idstore.IdentityStoreService getIdentityStore()
           
 Map<String,String> getKeyStoreConfig()
           
 oracle.security.jps.service.credstore.CredentialStore getKeyStoreLevelCredentialStore()
           
 boolean isKeyStoreServiceAvailable()
           
 Subject kerbAuthenticate(String krbLoginModuleClassName)
           
 Subject samlAuthenticate(WssTokenCallbackHandler cbh, boolean enableXDS)
           
 Subject x509Authenticate(WssTokenCallbackHandler cbh, boolean enableXDS)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

COREID_LOGINMODULE_CLASS

public static final String COREID_LOGINMODULE_CLASS
See Also:
Constant Field Values

TRACE

protected static final Logger TRACE

Constructor Detail

JpsManager

public JpsManager()
           throws SecurityException
Throws:
SecurityException

Method Detail

basicAuthenticate

public Subject basicAuthenticate(WssTokenCallbackHandler cbh,
                                 boolean enableXDS)
                          throws SecurityException
Throws:
SecurityException

digestAuthenticate

public Subject digestAuthenticate(WssTokenCallbackHandler cbh,
                                  boolean enableXDS)
                           throws SecurityException
Throws:
SecurityException

anonymousAuthenticate

public Subject anonymousAuthenticate(WssTokenCallbackHandler cbh,
                                     boolean enableXDS)
                              throws SecurityException
Throws:
SecurityException

x509Authenticate

public Subject x509Authenticate(WssTokenCallbackHandler cbh,
                                boolean enableXDS)
                         throws SecurityException
Throws:
SecurityException

samlAuthenticate

public Subject samlAuthenticate(WssTokenCallbackHandler cbh,
                                boolean enableXDS)
                         throws SecurityException
Throws:
SecurityException

customAuthenticate

public Subject customAuthenticate(WssTokenCallbackHandler cbh,
                                  String customClass)
                           throws SecurityException
Throws:
SecurityException

coreidAuthenticate

public Subject coreidAuthenticate(WssTokenCallbackHandler cbh,
                                  boolean enableXDS)
                           throws SecurityException
Throws:
SecurityException

kerbAuthenticate

public Subject kerbAuthenticate(String krbLoginModuleClassName)
                         throws SecurityException
Throws:
SecurityException

getKeyStoreConfig

public Map<String,String> getKeyStoreConfig()

getCredentialStore

public oracle.security.jps.service.credstore.CredentialStore getCredentialStore()

getKeyStoreLevelCredentialStore

public oracle.security.jps.service.credstore.CredentialStore getKeyStoreLevelCredentialStore()

getIdentityStore

public oracle.security.jps.service.idstore.IdentityStoreService getIdentityStore()

isKeyStoreServiceAvailable

public boolean isKeyStoreServiceAvailable()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.