All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stormpath.sdk.servlet.idsite.IdSiteOrganizationContext Maven / Gradle / Ivy

Go to download

Servlet-specific additions allowing one to more easily deploy the Stormpath SDK in a servlet-container-based web application.

The newest version!
package com.stormpath.sdk.servlet.idsite;

/**
 * @since 1.0.RC5
 */
public interface IdSiteOrganizationContext {

    String getOrganizationNameKey();

    Boolean isUseSubdomain();

    Boolean isShowOrganizationField();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy