Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


oracle.adf.share.security
Class ADFSecurityUtil

java.lang.Object
  extended by oracle.adf.share.security.ADFSecurityUtil


public class ADFSecurityUtil
extends java.lang.Object

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 hasIdentityManagementSupport(SecurityContext secCtx)
          Deprecated. 
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

LOGGER_COMPONENT_NAME

public static final java.lang.String LOGGER_COMPONENT_NAME
See Also:
Constant Field Values

Constructor Detail

ADFSecurityUtil

public ADFSecurityUtil()

Method Detail

getADFLogger

public static ADFLogger getADFLogger()
Returns:
Logger

getMessage

public static java.lang.String getMessage(java.lang.String msgKey)
Parameters:
msgKey - Message Key for the Bundle

getMessage

public static java.lang.String getMessage(java.lang.String msgKey,
                                          java.lang.Object[] params)
Parameters:
msgKey - Message Key for the Bundle
params - Parameters for the message

hasAnyoneRole

public static boolean hasAnyoneRole(javax.security.auth.Subject subject)
Internal: Applications should not use this class.

getApplicationName

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

isXSMode

public static boolean isXSMode()
Internal: Applications should not use this class.

isAuthorizationEnabled

public static boolean isAuthorizationEnabled()
Internal: Applications should not use this class.

isAuthenticationRequired

public static boolean isAuthenticationRequired()
Internal: Applications should not use this class.

isSecurity1013Mode

public static boolean isSecurity1013Mode()
Internal: Applications should not use this method.

getIdentityManagementProviderClassName

public static java.lang.String getIdentityManagementProviderClassName()
Internal: Applications should not use this class.

checkNotNull

public static void checkNotNull(java.lang.String className,
                                java.lang.String methodName,
                                java.lang.String name,
                                java.lang.Object obj)
                         throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

getSecurityNamespace

public static java.lang.String getSecurityNamespace()
Internal: Applications should not use this class.

getNamespacePrefix

public static java.lang.String getNamespacePrefix()
Internal: Applications should not use this class.

checkSerializable

public static boolean checkSerializable(java.lang.Object obj)

isWildcardEnable

public static boolean isWildcardEnable()
Internal: Applications should not use this class.

isPermissionCacheEnable

public static boolean isPermissionCacheEnable()
Internal: Applications should not use this class.

isSSO

public static boolean isSSO()
Internal: Applications should not use this method.

hasIdentityManagementSupport

@Deprecated
public static boolean hasIdentityManagementSupport(SecurityContext secCtx)
Deprecated. 
Internal: Applications should not use this class.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.2.0)

E17486-03


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