eu.emi.dsr.security
Class AttributeSourceFactory

java.lang.Object
  extended by eu.emi.dsr.security.AttributeSourceFactory

public class AttributeSourceFactory
extends Object

Creates the main attribute source chain and configures it.

Author:
schuller, golbi

Field Summary
static String BASE
          base for property names
static String COMBINING_POLICY
          property for defining the combining policy if multiple sources are used
static String ORDER
          attribute sources order property
 
Constructor Summary
AttributeSourceFactory(Properties properties)
           
 
Method Summary
 IAttributeSource makeAttributeSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE

public static final String BASE
base for property names

See Also:
Constant Field Values

ORDER

public static final String ORDER
attribute sources order property

See Also:
Constant Field Values

COMBINING_POLICY

public static final String COMBINING_POLICY
property for defining the combining policy if multiple sources are used

See Also:
Constant Field Values
Constructor Detail

AttributeSourceFactory

public AttributeSourceFactory(Properties properties)
Method Detail

makeAttributeSource

public IAttributeSource makeAttributeSource()
                                     throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.