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

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

Uses of SecurityTokens in eu.emi.dsr.aip
 

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

Uses of SecurityTokens in eu.emi.dsr.security
 

Methods in eu.emi.dsr.security that return SecurityTokens
 SecurityTokens Client.getSecurityTokens()
           
 

Methods in eu.emi.dsr.security with parameters of type SecurityTokens
 void AuthNCheckingStrategy.checkAuthentication(SecurityTokens tokens, String action, ResourceDescriptor d)
           
 void DSignAuthNCheck.checkAuthentication(SecurityTokens tokens, String action, ResourceDescriptor d)
           
static void SecurityManager.checkAuthentication(SecurityTokens tokens, String action, ResourceDescriptor d)
          check whether authentication is OK and conforms to this server's policies
static Client SecurityManager.createAndAuthoriseClient(SecurityTokens tokens)
          Create an authorised Client object.
protected  void AccessControlFilter.doCheck(SecurityTokens securityTokens, Client client, String action, ResourceDescriptor rd)
          perform the actual check
static SubjectAttributesHolder SecurityManager.establishAttributes(SecurityTokens tokens)
          Returns an attribute map for a set of security tokens from the configured Attribute Source
 Map<String,Serializable> AttributeHandlingCallback.extractAttributes(SecurityTokens tokens)
          retrieve a map of attributes for adding to the client attributes
 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 UserAttributeHandler.processUserDefinedAttribute(String name, String nameFormat, org.apache.xmlbeans.XmlObject[] values, SecurityTokens tokens)
          process a SAML attribute defined in the User assertion
 void UserAttributeCallback.processUserDefinedAttribute(String name, String nameFormat, org.apache.xmlbeans.XmlObject[] values, SecurityTokens mainToken)
          process an attribute defined in the User assertion
 void Client.setSecurityTokens(SecurityTokens secTokens)
           
 

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

Methods in eu.emi.dsr.security.util that return SecurityTokens
static SecurityTokens AuthZAttributeStore.getTokens()
           
 

Methods in eu.emi.dsr.security.util with parameters of type SecurityTokens
 SubjectAttributesHolder AttributeSourcesChain.getAttributes(SecurityTokens tokens, SubjectAttributesHolder unused)
          combines results from all configured attribute sources
static void AuthZAttributeStore.setTokens(SecurityTokens t)
           
 



Copyright © 2012. All Rights Reserved.