public interface NamespacePolicy
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefinedFor() |
java.lang.String |
getIdentification() |
java.lang.String |
getIssuer() |
boolean |
isPermit() |
boolean |
isSubjectMatching(javax.security.auth.x500.X500Principal subject)
Checks whether the given subject name is matching this policy.
|
java.lang.String getIssuer()
boolean isPermit()
java.lang.String getIdentification()
java.lang.String getDefinedFor()
getIssuer()
hash or it may be its parent CA subject name hash, if the namespace was defined in
its namespaces file.boolean isSubjectMatching(javax.security.auth.x500.X500Principal subject)
subject
- to be checked