Package | Description |
---|---|
org.dataone.client | |
org.dataone.client.auth | |
org.dataone.service.cn.v1 | |
org.dataone.service.types.v1 | |
org.dataone.service.types.v1.util |
Modifier and Type | Method and Description |
---|---|
SubjectInfo |
CNode.getPendingMapIdentity(Session session,
Subject subject)
|
SubjectInfo |
CNode.getPendingMapIdentity(Subject subject)
|
SubjectInfo |
CNode.getSubjectInfo(Session session,
Subject subject)
|
SubjectInfo |
CNode.getSubjectInfo(Subject subject)
|
SubjectInfo |
CNode.listSubjects(Session session,
String query,
String status,
Integer start,
Integer count)
|
SubjectInfo |
CNode.listSubjects(String query,
String status,
Integer start,
Integer count)
|
Modifier and Type | Method and Description |
---|---|
SubjectInfo |
CertificateManager.getSubjectInfo(X509Certificate certificate)
Retrieve the SubjectInfo contained in the given certificate
|
Modifier and Type | Method and Description |
---|---|
SubjectInfo |
CNIdentity.getPendingMapIdentity(Session session,
Subject subject)
Deprecated.
|
SubjectInfo |
CNIdentity.getPendingMapIdentity(Subject subject) |
SubjectInfo |
CNIdentity.getSubjectInfo(Session session,
Subject subject)
Deprecated.
|
SubjectInfo |
CNIdentity.getSubjectInfo(Subject subject) |
SubjectInfo |
CNIdentity.listSubjects(Session session,
String query,
String status,
Integer start,
Integer count)
Deprecated.
|
SubjectInfo |
CNIdentity.listSubjects(String query,
String status,
Integer start,
Integer count) |
Modifier and Type | Method and Description |
---|---|
SubjectInfo |
Session.getSubjectInfo()
Get the 'subjectInfo' element value.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.setSubjectInfo(SubjectInfo subjectInfo)
Set the 'subjectInfo' element value.
|
Modifier and Type | Method and Description |
---|---|
static void |
AuthUtils.findPersonsSubjects(Set<Subject> foundSubjects,
SubjectInfo subjectInfo,
Subject targetSubject)
A recursive method to traverse the equivalent-identity relationships
and to handle the transitive nature of group membership and verified status.
|
Copyright © 2014. All Rights Reserved.