Uses of Class
fr.cnes.sitools.security.authentication.SitoolsRealm

Packages that use SitoolsRealm
fr.cnes.sitools.common   
fr.cnes.sitools.common.application   
fr.cnes.sitools.security.authentication   
 

Uses of SitoolsRealm in fr.cnes.sitools.common
 

Methods in fr.cnes.sitools.common that return SitoolsRealm
 SitoolsRealm SitoolsSettings.getAuthenticationRealm()
          Gets the authenticationRealm value
 

Methods in fr.cnes.sitools.common with parameters of type SitoolsRealm
 void SitoolsSettings.setAuthenticationRealm(SitoolsRealm authenticationRealmParameter)
          Sets the value of authenticationRealm
 

Uses of SitoolsRealm in fr.cnes.sitools.common.application
 

Methods in fr.cnes.sitools.common.application that return SitoolsRealm
 SitoolsRealm SitoolsApplication.getAuthenticationRealm()
          Get authentication Realm
 

Uses of SitoolsRealm in fr.cnes.sitools.security.authentication
 

Subclasses of SitoolsRealm in fr.cnes.sitools.security.authentication
 class SitoolsMemoryRealm
          Class for building a Realm with the store of users, groups and roles SitoolsMemoryRealm is a fixed and improved version of Restlet MemoryRealm
 

Methods in fr.cnes.sitools.security.authentication with parameters of type SitoolsRealm
static org.restlet.security.ChallengeAuthenticator AuthenticatorFactory.getAuthenticator(org.restlet.Context context, boolean optional, java.lang.String realm, SitoolsRealm sitoolsRealm)
          Gets new Authenticator with scheme realm verifier enroler
 

Constructors in fr.cnes.sitools.security.authentication with parameters of type SitoolsRealm
SitoolsChallengeAuthenticator(org.restlet.Context context, boolean optional, org.restlet.data.ChallengeScheme challengeScheme, java.lang.String realm, SitoolsRealm sitoolsRealm, org.restlet.security.ChallengeAuthenticator challenge)
          Constructor with SitoolsRealm
SitoolsChallengeAuthenticator(org.restlet.Context context, boolean optional, org.restlet.data.ChallengeScheme challengeScheme, java.lang.String realm, SitoolsRealm sitoolsRealm, org.restlet.security.Verifier verifier, org.restlet.security.Enroler enroler, org.restlet.security.ChallengeAuthenticator challenge)
          Constructor with SitoolsRealm but other verifier and enroler
 



Copyright © 2010-2013 CNES. All Rights Reserved.