|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.p13n.security.management.rolemapper.RoleSecurityMgmtHelper
Provides helper methods for accessing security management classes, especially those used to manage SSPI providers.
| Constructor Summary | |
RoleSecurityMgmtHelper()
|
|
| Method Summary | |
static RoleProviderDescription |
findProviderByName(String aDisplayName)
Returns the configured SSPI authentication provider with a matching display name. |
static RoleProviderDescription |
findProviderByUniqueName(String aUniqueId)
Returns the configured SSPI authentication provider with a matching unique id which is the concatenation of display name and version number. |
static RoleProviderDescription |
getDefaultProvider()
Returns the default configured SSPI authentication provider. |
static List |
getProviders()
Returns the list of currently configured SSPI authentication 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 |
isMultiRoleProviderMode()
Returns an indication of whether multiple authentication 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 RoleSecurityMgmtHelper()
| Method Detail |
public static RoleProviderDescription findProviderByName(String aDisplayName)
throws ProviderMgmtException
aDisplayName - The name entered at the WLS console when
creating a new authentication provider.
ProviderMgmtException
public static RoleProviderDescription findProviderByUniqueName(String aUniqueId)
throws ProviderMgmtException
aUniqueId - Concatenation of display name and version number
ProviderMgmtException
public static RoleProviderDescription getDefaultProvider()
throws ProviderMgmtException
ProviderMgmtException
public static List getProviders()
throws ProviderMgmtException
ProviderMgmtException
public static String getProviderUniqueName(String aDisplayName,
String aVersion)
aDisplayName - The provider nameaVersion - The provider version
public static boolean isMultiRoleProviderMode()
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||