de.fzj.unicore.uas.security.util
Class AttributeSourceFactory

java.lang.Object
  extended by de.fzj.unicore.uas.security.util.AttributeSourceFactory

public class AttributeSourceFactory
extends java.lang.Object

Creates the main attribute source chain and configures it.

Author:
schuller, golbi

Field Summary
static java.lang.String BASE
          base for property names
static java.lang.String COMBINING_POLICY
          property for defining the combining policy if multiple sources are used
static java.lang.String ORDER
          attribute sources order property
 
Constructor Summary
AttributeSourceFactory(java.util.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 java.lang.String BASE
base for property names

See Also:
Constant Field Values

ORDER

public static final java.lang.String ORDER
attribute sources order property

See Also:
Constant Field Values

COMBINING_POLICY

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

See Also:
Constant Field Values
Constructor Detail

AttributeSourceFactory

public AttributeSourceFactory(java.util.Properties properties)
Method Detail

makeAttributeSource

public IAttributeSource makeAttributeSource()
                                     throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006-2010 Research Center Juelich. All Rights Reserved.