Uses of Class
eu.emi.dsr.security.SubjectAttributesHolder

Packages that use SubjectAttributesHolder
eu.emi.dsr.aip   
eu.emi.dsr.security   
eu.emi.dsr.security.util   
 

Uses of SubjectAttributesHolder in eu.emi.dsr.aip
 

Methods in eu.emi.dsr.aip that return SubjectAttributesHolder
 SubjectAttributesHolder FileAttributeSource.getAttributes(SecurityTokens tokens, SubjectAttributesHolder otherAuthoriserInfo)
           
 

Methods in eu.emi.dsr.aip with parameters of type SubjectAttributesHolder
 SubjectAttributesHolder FileAttributeSource.getAttributes(SecurityTokens tokens, SubjectAttributesHolder otherAuthoriserInfo)
           
 

Uses of SubjectAttributesHolder in eu.emi.dsr.security
 

Methods in eu.emi.dsr.security that return SubjectAttributesHolder
static SubjectAttributesHolder SecurityManager.establishAttributes(SecurityTokens tokens)
          Returns an attribute map for a set of security tokens from the configured Attribute Source
 SubjectAttributesHolder SecurityManager.NullAuthoriser.getAttributes(SecurityTokens tokens, SubjectAttributesHolder otherAuthoriserInfo)
           
 SubjectAttributesHolder IAttributeSource.getAttributes(SecurityTokens tokens, SubjectAttributesHolder otherAuthoriserInfo)
          Retrieves a map of attributes based on the supplied SecurityTokens.
Since authorisers can be chained, it might be sometimes useful to see attributes returned by authorisers that have run previously.
 SubjectAttributesHolder Client.getSubjectAttributes()
           
 

Methods in eu.emi.dsr.security with parameters of type SubjectAttributesHolder
 void SubjectAttributesHolder.addAllMerging(SubjectAttributesHolder from)
          Adds all attributes from the argument object.
 void SubjectAttributesHolder.addAllOverwritting(SubjectAttributesHolder from)
          Adds all attributes from the argument object.
 SubjectAttributesHolder SecurityManager.NullAuthoriser.getAttributes(SecurityTokens tokens, SubjectAttributesHolder otherAuthoriserInfo)
           
 SubjectAttributesHolder IAttributeSource.getAttributes(SecurityTokens tokens, SubjectAttributesHolder otherAuthoriserInfo)
          Retrieves a map of attributes based on the supplied SecurityTokens.
Since authorisers can be chained, it might be sometimes useful to see attributes returned by authorisers that have run previously.
 void Client.setSubjectAttributes(SubjectAttributesHolder subjectAttributes)
           
 

Uses of SubjectAttributesHolder in eu.emi.dsr.security.util
 

Methods in eu.emi.dsr.security.util that return SubjectAttributesHolder
 SubjectAttributesHolder AttributeSourcesChain.getAttributes(SecurityTokens tokens, SubjectAttributesHolder unused)
          combines results from all configured attribute sources
 

Methods in eu.emi.dsr.security.util with parameters of type SubjectAttributesHolder
 boolean AttributeSourcesChain.CombiningPolicy.combineAttributes(SubjectAttributesHolder master, SubjectAttributesHolder newAttributes)
          combines new attributes with the already existing ones
 boolean AttributeSourcesChain.FirstApplicable.combineAttributes(SubjectAttributesHolder master, SubjectAttributesHolder newAttributes)
           
 boolean AttributeSourcesChain.FirstAccessible.combineAttributes(SubjectAttributesHolder master, SubjectAttributesHolder newAttributes)
           
 boolean AttributeSourcesChain.MergeLastOverrides.combineAttributes(SubjectAttributesHolder master, SubjectAttributesHolder newAttributes)
           
 boolean AttributeSourcesChain.Merge.combineAttributes(SubjectAttributesHolder master, SubjectAttributesHolder newAttributes)
           
 SubjectAttributesHolder AttributeSourcesChain.getAttributes(SecurityTokens tokens, SubjectAttributesHolder unused)
          combines results from all configured attribute sources
 



Copyright © 2012. All Rights Reserved.