Uses of Interface
org.olat.basesecurity.Authentication

Packages that use Authentication
org.olat.basesecurity   
org.olat.shibboleth Overview Shibboleth login process. 
 

Uses of Authentication in org.olat.basesecurity
 

Classes in org.olat.basesecurity that implement Authentication
 class AuthenticationImpl
          Description:
 

Methods in org.olat.basesecurity that return Authentication
 Authentication Manager.createAndPersistAuthentication(Identity identity, java.lang.String provider, java.lang.String authUsername, java.lang.String credential)
           
 Authentication PersistingManager.createAndPersistAuthentication(Identity ident, java.lang.String provider, java.lang.String authUserName, java.lang.String credential)
           
 Authentication Manager.findAuthentication(Identity identity, java.lang.String provider)
           
 Authentication PersistingManager.findAuthentication(Identity identity, java.lang.String provider)
           
 Authentication Manager.findAuthenticationByAuthusername(java.lang.String authusername, java.lang.String provider)
           
 Authentication PersistingManager.findAuthenticationByAuthusername(java.lang.String authusername, java.lang.String provider)
           
 

Methods in org.olat.basesecurity that return types with arguments of type Authentication
 java.util.List<Authentication> Manager.getAuthentications(Identity identity)
          Return the List of associated Authentications.
 java.util.List<Authentication> PersistingManager.getAuthentications(Identity identity)
           
 

Methods in org.olat.basesecurity with parameters of type Authentication
 void Manager.deleteAuthentication(Authentication authentication)
           
 void PersistingManager.deleteAuthentication(Authentication auth)
           
 

Uses of Authentication in org.olat.shibboleth
 

Constructors in org.olat.shibboleth with parameters of type Authentication
ShibbolethMigrationForm(java.lang.String formName, Translator translator, Authentication authentication)