Package net.sourceforge.spnego
Interface UserInfo
-
public interface UserInfoUser information from the user-store.- Author:
- Darwin V. Felix
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getInfo(String label)Returns a list of info associated with the label.List<String>getLabels()Return a list of labels.booleanhasInfo(String label)Returns true if there is info with the passed-in label.
-
-
-
Method Detail
-
getInfo
List<String> getInfo(String label)
Returns a list of info associated with the label.- Parameters:
label- e.g. name, proxyAddresses, whenCreated- Returns:
- a list of info associated with the label
-
hasInfo
boolean hasInfo(String label)
Returns true if there is info with the passed-in label.- Parameters:
label- e.g. mail, memberOf, displayName- Returns:
- true true if there is info with the passed-in label
-
-