|
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.AnonymousSecurity
@Immutable public class RepositoryConfiguration.AnonymousSecurity
The configuration of the use of the built-in anonymous authentication and authorization provider. Note that this is
not used if the anonymous provider is specified in the 'providers
' field.
Constructor Summary | |
---|---|
protected |
RepositoryConfiguration.AnonymousSecurity(Document anonymous)
|
Method Summary | |
---|---|
Set<String> |
getAnonymousRoles()
Get the name of the ModeShape authorization roles that each anonymous user should be assigned. |
String |
getAnonymousUsername()
Get the username that each anonymous user should be assigned. |
boolean |
useAnonymousOnFailedLogings()
Determine whether users that fail all other authentication should be automatically logged in as an anonymous user. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RepositoryConfiguration.AnonymousSecurity(Document anonymous)
Method Detail |
---|
public Set<String> getAnonymousRoles()
public String getAnonymousUsername()
public boolean useAnonymousOnFailedLogings()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |