public interface NamespacePolicy
Modifier and Type | Method and Description |
---|---|
String |
getDefinedFor() |
String |
getIdentification() |
String |
getIssuer() |
boolean |
isPermit() |
boolean |
isSubjectMatching(X500Principal subject)
Checks whether the given subject name is matching this policy.
|
String getIssuer()
boolean isPermit()
String getIdentification()
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(X500Principal subject)
subject
- to be checkedCopyright © 2012-2017 European Middleware Initiative. All Rights Reserved.