issrg.utils.repository
Interface Entry
- All Known Subinterfaces:
- LDAPEntry
- All Known Implementing Classes:
- ACUserEntry, IssuerEntry, PermisTarget, ShibbolethPrincipal, SimpleEntry, URLPrincipal, UserEntry
public interface Entry
This interface represents an Entry in a repository. An instance of the Entry
is used to match to a Subtree and in a chain of TokenLocators.
Method Summary |
java.security.Principal |
getEntryName()
This method returns the Principal naming the entry. |
getEntryName
java.security.Principal getEntryName()
- This method returns the Principal naming the entry.
- Returns:
- Principal naming the entry; cannot be null