|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.p13n.security.management.rolemapper.RoleSecurityMgmtHelper
public class RoleSecurityMgmtHelper
Provides helper methods for accessing security management classes, especially those used to manage SSPI providers.
| Field Summary | |
|---|---|
static String |
ROLE_MAPPER_ID |
| 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<RoleProviderDescription> |
getProviders()Returns the list of currently configured SSPI authentication providers. |
static SortablePagedResult<RoleProviderDescription> |
getProviders(int pageSize, P13nContextHandler ctxHdl)Returns the paginated result of role mapper providers that the caller at least has "View" capability |
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 |
| Field Detail |
|---|
public static final String ROLE_MAPPER_ID
| Constructor Detail |
|---|
public RoleSecurityMgmtHelper()
| Method Detail |
|---|
public static List<RoleProviderDescription> getProviders()
throws ProviderMgmtException
ProviderMgmtException
public static SortablePagedResult<RoleProviderDescription> getProviders(int pageSize,
P13nContextHandler ctxHdl)
throws ProviderMgmtException
ProviderMgmtException
public static RoleProviderDescription getDefaultProvider()
throws ProviderMgmtException
ProviderMgmtException
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 numberProviderMgmtException
public static String getProviderUniqueName(String aDisplayName,
String aVersion)
aDisplayName - The provider nameaVersion - The provider versionpublic static boolean isMultiRoleProviderMode()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.