Interface BaseSecurityManager

    • Method Detail

      • getSecurityDomain

        String getSecurityDomain()
        Get the security domain from which the security manager is from. Every security manager belongs to a named domain. The meaning of the security domain name depends on the implementation. Examples range from as fine grained as the name of EJBs to J2EE application names to DNS domain names.
        Returns:
        the security domain name. May be null in which case the security manager belongs to the logical default domain.