Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

oracle.adf.share.security.providers.jps
Class JpsServices

java.lang.Object
  extended by oracle.adf.share.security.providers.jps.JpsServices

public class JpsServices
extends java.lang.Object

Internal: Applications should not use this class.


Constructor Summary
JpsServices()
           
 
Method Summary
 java.security.Principal getAnonymousRole()
          Internal: Applications should not use this method.
 java.lang.String getAnonymousRoleName()
          Internal: Applications should not use this method.
 java.security.Principal getAnonymousUser()
          Internal: Applications should not use this method.
 java.lang.String getAnonymousUserName()
          Internal: Applications should not use this method.
 java.lang.String getApplicationName()
          Internal: Applications should not use this method.
 oracle.security.jps.config.JpsConfiguration getDefaultConfiguration()
          This methods returns the default Jps Configuration Object
 javax.security.auth.login.LoginContext getLoginContext(javax.security.auth.Subject subject, javax.security.auth.callback.CallbackHandler cb)
          Internal: Applications should not use this method.
 void initApplicationJpsConfig(java.lang.String appName)
          Internal: Applications should not use this method.
 void initDefaultJpsConfig()
          Deprecated. since 11.1.1.0.0 Internal: Applications should not use this method.
 void initJpsConfig()
          Internal: Applications should not use this method.
 boolean isInitialized()
           
 void setApplicationID(java.lang.String appName)
           
 void setSystemProperty(java.lang.String name, java.lang.String value)
          Internal: Applications should not use this method.
 void setUpPolicyContext(java.lang.String appName)
          Internal: Applications should not use this method.
 void setUseJps(boolean value)
          Internal: Applications should not use this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpsServices

public JpsServices()
Method Detail

getDefaultConfiguration

public oracle.security.jps.config.JpsConfiguration getDefaultConfiguration()
This methods returns the default Jps Configuration Object

Returns:
default config object

getAnonymousRoleName

public java.lang.String getAnonymousRoleName()
Internal: Applications should not use this method.


getAnonymousUserName

public java.lang.String getAnonymousUserName()
Internal: Applications should not use this method.


getAnonymousUser

public java.security.Principal getAnonymousUser()
Internal: Applications should not use this method.


getAnonymousRole

public java.security.Principal getAnonymousRole()
Internal: Applications should not use this method.


getApplicationName

public java.lang.String getApplicationName()
Internal: Applications should not use this method.


getLoginContext

public javax.security.auth.login.LoginContext getLoginContext(javax.security.auth.Subject subject,
                                                              javax.security.auth.callback.CallbackHandler cb)
Internal: Applications should not use this method.


initDefaultJpsConfig

public void initDefaultJpsConfig()
Deprecated. since 11.1.1.0.0 Internal: Applications should not use this method.


isInitialized

public boolean isInitialized()

setSystemProperty

public void setSystemProperty(java.lang.String name,
                              java.lang.String value)
Internal: Applications should not use this method.


initJpsConfig

public void initJpsConfig()
Internal: Applications should not use this method.


initApplicationJpsConfig

public void initApplicationJpsConfig(java.lang.String appName)
Internal: Applications should not use this method.


setUpPolicyContext

public void setUpPolicyContext(java.lang.String appName)
Internal: Applications should not use this method.


setUseJps

public void setUseJps(boolean value)
Internal: Applications should not use this method.


setApplicationID

public void setApplicationID(java.lang.String appName)

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

Copyright © 1997, 2011, Oracle. All rights reserved.