|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.shibboleth.dataConnector.field.BaseField
public class BaseField
| Field Summary | |
|---|---|
static String |
DELIMITER
the identifier delimiter |
| Constructor Summary | |
|---|---|
BaseField(String id)
Constructs a representation of an attribute with the given id. |
|
| Method Summary | |
|---|---|
String |
getFirstIdElement()
Get the first identifier element. |
String |
getId()
Get the attribute id. |
List<String> |
getIdElements()
Get the identifier as a list of component elements. |
String |
getSecondIdElement()
Get the possibly null second identifier element. |
String |
getThirdIdElement()
Get the possibly null third identifier element which is the name of the custom list field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DELIMITER
| Constructor Detail |
|---|
public BaseField(String id)
throws edu.internet2.middleware.grouper.exception.GrouperException
admins optins optouts readers updaters viewers members members:all members:immediate members:effective members:composite members:all:customList members:immediate:customList members:effective:customList members:composite:customList groups groups:all groups:immediate groups:effective groups:composite groups:all:customList groups:immediate:customList roups:effective:customList groups:composite:customList
id - the identifier
edu.internet2.middleware.grouper.exception.GrouperException - if the identifier is invalid| Method Detail |
|---|
public String getId()
public List<String> getIdElements()
public String getFirstIdElement()
AccessPrivilege name.
AccessPrivilege namepublic String getSecondIdElement()
public String getThirdIdElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||