|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.security.management.authorization.AuthorizationSecurityMgmtHelper
public class AuthorizationSecurityMgmtHelper
Provides helper methods for accessing security management classes, especially those used to manage SSPI providers.
| Constructor Summary | |
|---|---|
AuthorizationSecurityMgmtHelper()
|
|
| Method Summary | |
|---|---|
static AuthorizerDescription |
findProviderByName(String aDisplayName)
Returns the configured SSPI authorizer with a matching display name. |
static AuthorizerDescription |
findProviderByUniqueName(String aUniqueId)
Returns the configured SSPI authorization provider with a matching unique id which is the concatenation of display name and version number. |
static AuthorizerDescription |
getDefaultProvider()
Finds and returns an AuthorizerDescription based on the first instance of a deployed AuthorizerMBean (or the first AuthorizerMBean, if none was found.) |
static List<AuthorizerDescription> |
getProviders()
Returns the list of currently configured SSPI Authorization providers |
static String |
getProviderUniqueName(String aDisplayName,
String aVersion)
Returns unique id of the provider which is the concatenation of display name and version number. |
static boolean |
isMultiAuthorizersMode()
Returns an indication of whether multiple authorization providers have been configured. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorizationSecurityMgmtHelper()
| Method Detail |
|---|
public static List<AuthorizerDescription> getProviders()
throws ProviderMgmtException
ProviderMgmtException
public static AuthorizerDescription getDefaultProvider()
throws ProviderMgmtException
ProviderMgmtException
public static AuthorizerDescription findProviderByName(String aDisplayName)
throws ProviderMgmtException
aDisplayName - The name entered at the WLS console when creating a new authorization provider.
ProviderMgmtException
public static AuthorizerDescription findProviderByUniqueName(String aUniqueId)
throws ProviderMgmtException
aUniqueId - Concatenation of display name and version number
ProviderMgmtException
public static String getProviderUniqueName(String aDisplayName,
String aVersion)
aDisplayName - The provider nameaVersion - The provider version
public static boolean isMultiAuthorizersMode()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||