|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.6.0) E10686-07 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.adf.share.security.ADFSecurityUtil
public class ADFSecurityUtil
Internal: Applications should not use this class.
Field Summary | |
---|---|
static java.lang.String |
LOGGER_COMPONENT_NAME
|
Constructor Summary | |
---|---|
ADFSecurityUtil()
|
Method Summary | |
---|---|
static void |
checkNotNull(java.lang.String className,
java.lang.String methodName,
java.lang.String name,
java.lang.Object obj)
|
static boolean |
checkSerializable(java.lang.Object obj)
|
static ADFLogger |
getADFLogger()
|
static java.lang.String |
getApplicationName()
Internal: Applications should not use this class. |
static java.lang.String |
getIdentityManagementProviderClassName()
Internal: Applications should not use this class. |
static java.lang.String |
getMessage(java.lang.String msgKey)
|
static java.lang.String |
getMessage(java.lang.String msgKey,
java.lang.Object[] params)
|
static java.lang.String |
getNamespacePrefix()
Internal: Applications should not use this class. |
static java.lang.String |
getSecurityNamespace()
Internal: Applications should not use this class. |
static boolean |
hasAnyoneRole(javax.security.auth.Subject subject)
Internal: Applications should not use this class. |
static boolean |
isAuthenticationRequired()
Internal: Applications should not use this class. |
static boolean |
isAuthorizationEnabled()
Internal: Applications should not use this class. |
static boolean |
isPermissionCacheEnable()
Internal: Applications should not use this class. |
static boolean |
isSecurity1013Mode()
Internal: Applications should not use this method. |
static boolean |
isSSO()
Internal: Applications should not use this method. |
static boolean |
isWildcardEnable()
Internal: Applications should not use this class. |
static boolean |
isXSMode()
Internal: Applications should not use this class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String LOGGER_COMPONENT_NAME
Constructor Detail |
---|
public ADFSecurityUtil()
Method Detail |
---|
public static ADFLogger getADFLogger()
public static java.lang.String getMessage(java.lang.String msgKey)
msgKey
- Message Key for the Bundlepublic static java.lang.String getMessage(java.lang.String msgKey, java.lang.Object[] params)
msgKey
- Message Key for the Bundleparams
- Parameters for the messagepublic static boolean hasAnyoneRole(javax.security.auth.Subject subject)
public static java.lang.String getApplicationName()
public static boolean isXSMode()
public static boolean isAuthorizationEnabled()
public static boolean isAuthenticationRequired()
public static boolean isSecurity1013Mode()
public static java.lang.String getIdentityManagementProviderClassName()
public static void checkNotNull(java.lang.String className, java.lang.String methodName, java.lang.String name, java.lang.Object obj) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static java.lang.String getSecurityNamespace()
public static java.lang.String getNamespacePrefix()
public static boolean checkSerializable(java.lang.Object obj)
public static boolean isWildcardEnable()
public static boolean isPermissionCacheEnable()
public static boolean isSSO()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.6.0) E10686-07 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |