public interface SecurityDomain
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NAME |
static String |
SYSTEM_NAME |
Modifier and Type | Method and Description |
---|---|
Long |
getDomainId()
Unique domain id.
|
String |
getName()
Unique string identifier for this domain.
|
Long |
getOwnerDomainId()
Returns the id of the domain which is the owner of this domain.
|
boolean |
isEnabled()
Returns whether this domain is enabled or not.
|
boolean |
isRemote()
Returns whether this domain constitutes a local (false) or remote (true) domain.
|
static final String SYSTEM_NAME
static final String DEFAULT_NAME
Long getDomainId()
String getName()
Long getOwnerDomainId()
boolean isRemote()
boolean isEnabled()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.