Uses of Interface
de.fzj.unicore.uas.security.IAttributeSource

Packages that use IAttributeSource
de.fzj.unicore.uas.security The security subsystem of UNICORE/X. 
de.fzj.unicore.uas.security.util   
 

Uses of IAttributeSource in de.fzj.unicore.uas.security
 

Classes in de.fzj.unicore.uas.security that implement IAttributeSource
static class SecurityManager.NullAuthoriser
           
 

Uses of IAttributeSource in de.fzj.unicore.uas.security.util
 

Classes in de.fzj.unicore.uas.security.util that implement IAttributeSource
 class AttributeSourcesChain
          IAttributeSource implementation that combines the results from a chain of attribute sources using a configurable combining policy: FIRST_APPLICABLE: the first source returning any result is used FIRST_ACCESSIBLE: the first accessible (i.e. not throwing an exception) source is used MERGE_LAST_OVERRIDES (default): all results are combined, so that the later attribute sources in the chain can override earlier ones MERGE : all results are combined, and attributes of the same name are merged
 

Methods in de.fzj.unicore.uas.security.util that return IAttributeSource
static IAttributeSource AttributeSourceConfigurator.configureAttributeSource(java.lang.String name, java.util.Properties properties)
           
 IAttributeSource AttributeSourceFactory.makeAttributeSource()
           
 

Methods in de.fzj.unicore.uas.security.util that return types with arguments of type IAttributeSource
 java.util.List<IAttributeSource> AttributeSourcesChain.getChain()
           
 



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