Interface Organization

All Known Implementing Classes:
DefaultOrganization, JaxbOrganization

public interface Organization
  • Method Details

    • getId

      String getId()
      Returns:
      the id
    • getAnonymousRole

      String getAnonymousRole()
      Returns the name for the local anonymous role.
      Returns:
      the anonymous role name
    • getAdminRole

      String getAdminRole()
      Returns the name for the local admin role.
      Returns:
      the admin role name
    • getName

      String getName()
      Returns:
      the name
    • getProperties

      Map<String,String> getProperties()
      Returns the organizational properties
      Returns:
      the properties
    • getServers

      Map<String,Integer> getServers()
      Returns the server names and the corresponding ports that have been registered with this organization.
      Returns:
      the servers