Uses of Class
at.gv.egiz.moodle.eidconnector.auth.data.SubjectAttributes

Packages that use SubjectAttributes
at.gv.egiz.moodle.eidconnector.auth   
at.gv.egiz.moodle.eidconnector.auth.data   
at.gv.egiz.moodle.eidconnector.auth.impl   
at.gv.egiz.moodle.eidconnector.auth.impl.at   
at.gv.egiz.moodle.eidconnector.auth.impl.is   
 

Uses of SubjectAttributes in at.gv.egiz.moodle.eidconnector.auth
 

Methods in at.gv.egiz.moodle.eidconnector.auth that return SubjectAttributes
 SubjectAttributes AuthenticationProvider.authenticate(HttpServletRequest request)
          Uses the given request and retrieves/derives credentials from the respective authentication service.
 

Uses of SubjectAttributes in at.gv.egiz.moodle.eidconnector.auth.data
 

Methods in at.gv.egiz.moodle.eidconnector.auth.data that return SubjectAttributes
 SubjectAttributes SubjectAttributesStore.getSubjectAttributes(String ticket)
           
 

Methods in at.gv.egiz.moodle.eidconnector.auth.data with parameters of type SubjectAttributes
 String SubjectAttributesStore.storeSubjectAttributes(String sourceID, SubjectAttributes attributes)
          Stores the SubjectAttributes from a successful authentication and returns a ticket.
 String SubjectAttributesStore.storeSubjectAttributes(SubjectAttributes attributes)
          Stores the SubjectAttributes from a successful authentication and returns a ticket.
 

Uses of SubjectAttributes in at.gv.egiz.moodle.eidconnector.auth.impl
 

Methods in at.gv.egiz.moodle.eidconnector.auth.impl that return SubjectAttributes
 SubjectAttributes TestAuthenticationProviderImpl.authenticate(HttpServletRequest request)
           
 SubjectAttributes PEPSAuthenticationProvider.authenticate(HttpServletRequest request)
           
 

Uses of SubjectAttributes in at.gv.egiz.moodle.eidconnector.auth.impl.at
 

Methods in at.gv.egiz.moodle.eidconnector.auth.impl.at that return SubjectAttributes
 SubjectAttributes AustrianAuthProviderImpl.authenticate(HttpServletRequest request)
           
 

Uses of SubjectAttributes in at.gv.egiz.moodle.eidconnector.auth.impl.is
 

Methods in at.gv.egiz.moodle.eidconnector.auth.impl.is that return SubjectAttributes
 SubjectAttributes IcelandicAuthProvider.authenticate(HttpServletRequest request)
           
 



Copyright 2009 EGIZ. All Rights Reserved.