|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecurityRealm
Field Summary | |
---|---|
static String |
BASE_OBJECT_NAME
|
Method Summary | |
---|---|
JaasLoginModuleConfiguration[] |
getAppConfigurationEntries()
Gets the JAAS configuration for this security realm. |
String[] |
getLoginDomains()
Gets a list of the login domains that make up this security realm. |
JaasLoginModuleChain |
getLoginModuleChain()
Gets the first JaasLoginModuleChain node in the chain of LoginModules for this realm. |
boolean |
isRestrictPrincipalsToServer()
If this attribute is true, the login service will not return principals generated by this realm to clients. |
boolean |
isWrapPrincipals()
If this attribute is true, then the principals will be wrapped in realm principals. |
Methods inherited from interface org.apache.geronimo.management.geronimo.SecurityRealm |
---|
getRealmName |
Field Detail |
---|
static final String BASE_OBJECT_NAME
Method Detail |
---|
JaasLoginModuleConfiguration[] getAppConfigurationEntries()
boolean isRestrictPrincipalsToServer()
boolean isWrapPrincipals()
String[] getLoginDomains()
JaasLoginModuleChain getLoginModuleChain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |