public class AuthorityConnection extends java.lang.Object implements IAuthorityConnection
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
protected java.lang.String |
authDomain |
protected java.lang.String |
authGroup |
protected java.lang.String |
className |
protected ConfigParams |
configParams |
protected java.lang.String |
description |
protected boolean |
isNew |
protected int |
maxCount |
protected java.lang.String |
name |
protected java.lang.String |
prerequisiteMapping |
| Constructor and Description |
|---|
AuthorityConnection()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorityConnection |
duplicate()
Clone this object.
|
java.lang.String |
getAuthDomain()
Get the authorization domain.
|
java.lang.String |
getAuthGroup()
Get the authorization group.
|
java.lang.String |
getClassName()
Get the class name.
|
ConfigParams |
getConfigParams()
Get the configuration parameters.
|
java.lang.String |
getDescription()
Get description.
|
boolean |
getIsNew()
Get 'isnew' condition.
|
int |
getMaxConnections()
Get the maximum size of the connection pool.
|
java.lang.String |
getName()
Get name.
|
java.lang.String |
getPrerequisiteMapping()
Get the prerequisite mapper, if any.
|
void |
setAuthDomain(java.lang.String domain)
Set the authorization domain.
|
void |
setAuthGroup(java.lang.String groupName)
Set authorization group.
|
void |
setClassName(java.lang.String className)
Set the class name.
|
void |
setDescription(java.lang.String description)
Set description.
|
void |
setIsNew(boolean isnew)
Set 'isnew' condition.
|
void |
setMaxConnections(int maxCount)
Set the maximum size of the connection pool.
|
void |
setName(java.lang.String name)
Set name.
|
void |
setPrerequisiteMapping(java.lang.String mapping)
Set the prerequisite mapper, if any.
|
public static final java.lang.String _rcsid
protected boolean isNew
protected java.lang.String name
protected java.lang.String description
protected java.lang.String className
protected ConfigParams configParams
protected int maxCount
protected java.lang.String prerequisiteMapping
protected java.lang.String authDomain
protected java.lang.String authGroup
public AuthorityConnection duplicate()
public void setIsNew(boolean isnew)
setIsNew in interface IAuthorityConnectionisnew - true if this is a new instance.public boolean getIsNew()
getIsNew in interface IAuthorityConnectionpublic void setName(java.lang.String name)
setName in interface IAuthorityConnectionname - is the name.public java.lang.String getName()
getName in interface IAuthorityConnectionpublic void setDescription(java.lang.String description)
setDescription in interface IAuthorityConnectiondescription - is the description.public java.lang.String getDescription()
getDescription in interface IAuthorityConnectionpublic void setClassName(java.lang.String className)
setClassName in interface IAuthorityConnectionclassName - is the class name.public java.lang.String getClassName()
getClassName in interface IAuthorityConnectionpublic ConfigParams getConfigParams()
getConfigParams in interface IAuthorityConnectionpublic void setMaxConnections(int maxCount)
setMaxConnections in interface IAuthorityConnectionmaxCount - is the maximum connection count per JVM.public int getMaxConnections()
getMaxConnections in interface IAuthorityConnectionpublic void setPrerequisiteMapping(java.lang.String mapping)
setPrerequisiteMapping in interface IAuthorityConnectionmapping - is the name of the mapping connection to use to get the input user name,
or null.public java.lang.String getPrerequisiteMapping()
getPrerequisiteMapping in interface IAuthorityConnectionpublic void setAuthDomain(java.lang.String domain)
setAuthDomain in interface IAuthorityConnectiondomain - is the authorization domain.public java.lang.String getAuthDomain()
getAuthDomain in interface IAuthorityConnectionpublic void setAuthGroup(java.lang.String groupName)
setAuthGroup in interface IAuthorityConnectiongroupName - is the name of the group.public java.lang.String getAuthGroup()
getAuthGroup in interface IAuthorityConnection