ModeShape Distribution 3.0.0.CR1

org.modeshape.jcr
Class RepositoryConfiguration.JaasSecurity

java.lang.Object
  extended by org.modeshape.jcr.RepositoryConfiguration.JaasSecurity
Enclosing class:
RepositoryConfiguration

@Immutable
public class RepositoryConfiguration.JaasSecurity
extends Object

The configuration of the use of the built-in JAAS authentication and authorization provider. Note that this is not used if the JAAS provider is specified in the 'providers' field.


Constructor Summary
protected RepositoryConfiguration.JaasSecurity(Document jaas)
           
 
Method Summary
 String getPolicyName()
          Get the name of the JAAS policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryConfiguration.JaasSecurity

protected RepositoryConfiguration.JaasSecurity(Document jaas)
Method Detail

getPolicyName

public String getPolicyName()
Get the name of the JAAS policy.

Returns:
the policy name; never null and '' by default.

ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.