|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.oclcAccessControl1
oclcAccessControl1 the information passed/sent on an AccessControl Request/Response to get database specific user authorization and password information passed to a remote server.
Field Summary | |
String[] |
password
String data type containing the resource password. |
String[] |
resourceName
String data type containing the name of the resource for the userid and password. |
String[] |
userId
String data type containing the resource userID. |
Constructor Summary | |
oclcAccessControl1()
Constructs an oclcAccessControl1 object. |
|
oclcAccessControl1(DataDir dir)
Constructs an oclcAccessControl1 object using the input resource name. |
|
oclcAccessControl1(String resource)
Constructs an oclcAccessControl1 object using the input resource name. |
|
oclcAccessControl1(String resource,
String userId,
String password)
Constructs an oclcAccessControl object using the input resource name, userId, and password. |
Method Summary | |
void |
addResource(String resource)
Adds a resourceName entry for the input userId and password. |
void |
addResource(String resource,
String userId,
String password)
Adds a resourceName entry for the input userId and password. |
void |
buildDir(DataDir parent)
Adds the diagnostic in the default format to the parent directory |
String |
toString()
Constructs a String representation of the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public String[] resourceName
public String[] userId
public String[] password
Constructor Detail |
public oclcAccessControl1()
public oclcAccessControl1(String resource)
resource
- the name of the resource.public oclcAccessControl1(DataDir dir)
resource
- the name of the resource.public oclcAccessControl1(String resource, String userId, String password)
resource
- the name of the resourceuserId
- the userid for the resourcepassword
- the password for the resourceMethod Detail |
public void addResource(String resource)
resource
- the name of the resourcepublic void addResource(String resource, String userId, String password)
resource
- the name of the resourceuserId
- the userid for the resourcepassword
- the password for the resourcepublic String toString()
public void buildDir(DataDir parent)
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |