Skip navigation links
oracle.wsm.security.jps
Class JpsManager
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COREID_LOGINMODULE_CLASS
public static final String COREID_LOGINMODULE_CLASS
-
- See Also:
- Constant Field Values
TRACE
protected static final Logger TRACE
JpsManager
public JpsManager()
throws SecurityException
-
- Throws:
SecurityException
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
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.