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

org.cloudfoundry.identity.uaa.zone.beans.IdentityZoneManager Maven / Gradle / Ivy

The newest version!
package org.cloudfoundry.identity.uaa.zone.beans;

import org.cloudfoundry.identity.uaa.zone.IdentityZone;

public interface IdentityZoneManager {
    IdentityZone getCurrentIdentityZone();
    String getCurrentIdentityZoneId();
    boolean isCurrentZoneUaa();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy