| org.apache.harmony.auth.PrincipalComparator
PrincipalComparator | public interface PrincipalComparator (Code) | | The implementation for this interface provides a way to determine whether
this object implies a specified subject. Objects that implements
java.security.Principle normally implement this interface. *
|
Method Summary | |
public boolean | implies(Subject subject) Determine whether this object implies the specified subject.
Parameters: subject - The subject to be compared. |
implies | public boolean implies(Subject subject)(Code) | | Determine whether this object implies the specified subject.
Parameters: subject - The subject to be compared. true if this object implies the subject. |
|
|