public interface TokenIdentityFilter
GenericIdentities to determine if a
certificate belongs to the same identity as another existing identity. If an
identity is a match for the CertificateAndKeyInfo, this method will return
true, if not a match it will return false.
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchIdentity(Identity identity,
CertificateAndKeyInfo ccaki)
This method is used to determine if a identity and certificate are
representing the same entity
|
boolean matchIdentity(Identity identity, CertificateAndKeyInfo ccaki)
identity - The identity that will be compared against the one in ccakiccaki - The certificate that will be compared against the one in
identity