public class OpensslNamespacePolicyImpl extends Object implements NamespacePolicy
Constructor and Description |
---|
OpensslNamespacePolicyImpl(String issuer,
String subject,
boolean permit,
String identification) |
Modifier and Type | Method and Description |
---|---|
String |
getIdentification() |
String |
getIssuer() |
String |
getSuject() |
boolean |
isPermit() |
boolean |
isSubjectMatching(X500Principal subject)
Checks whether the given subject name is matching this policy.
|
public OpensslNamespacePolicyImpl(String issuer, String subject, boolean permit, String identification) throws IOException
IOException
public String getIssuer()
getIssuer
in interface NamespacePolicy
public String getSuject()
public boolean isPermit()
isPermit
in interface NamespacePolicy
public String getIdentification()
getIdentification
in interface NamespacePolicy
public boolean isSubjectMatching(X500Principal subject)
isSubjectMatching
in interface NamespacePolicy
subject
- to be checkedCopyright © 2012–2013 European Middleware Initiative. All rights reserved.