|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.RepositoryConfiguration.Security
@Immutable public class RepositoryConfiguration.Security
The security-related configuration information.
Constructor Summary | |
---|---|
protected |
RepositoryConfiguration.Security(Document security)
|
Method Summary | |
---|---|
RepositoryConfiguration.AnonymousSecurity |
getAnonymous()
Get the configuration information for the anonymous authentication provider. |
List<RepositoryConfiguration.Component> |
getCustomProviders()
Get the ordered list of custom authentication providers. |
RepositoryConfiguration.JaasSecurity |
getJaas()
Get the configuration information for the JAAS provider. |
protected void |
validateCustomProviders(Problems problems)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RepositoryConfiguration.Security(Document security)
Method Detail |
---|
public RepositoryConfiguration.JaasSecurity getJaas()
public RepositoryConfiguration.AnonymousSecurity getAnonymous()
public List<RepositoryConfiguration.Component> getCustomProviders()
getJaas()
and getAnonymous()
are not included in this list. However, should the JAAS and/or anonymous
providers be specified in this list (to change the ordering), the getJaas()
and/or getAnonymous()
configuration components will be null.
protected void validateCustomProviders(Problems problems)
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |