|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.emi.security.authn.x509.proxy.ProxyCSRInfo
public class ProxyCSRInfo
A class to get the information from the proxy certificate request.
Constructor Summary | |
---|---|
ProxyCSRInfo(PKCS10CertificationRequest csr)
Generates new instance of this class using the Certificate Signing Request |
Method Summary | |
---|---|
ProxyPolicy |
getPolicy()
Gets the requested RFC proxy extension policy OID and octets of the policy. |
Integer |
getProxyPathLimit()
Returns the proxy path length limit set in the Certificate Signing Request. |
String[][] |
getProxySourceRestrictions()
Gets the proxy source restriction data from the Certificate Signing Request. |
String[][] |
getProxyTargetRestrictions()
Gets the proxy target restriction data from the Certificate Signing Request. |
String |
getProxyTracingIssuer()
Returns an requested URL of the proxy tracing issuer. |
String |
getProxyTracingSubject()
Returns a requested URL of the proxy tracing subject. |
ProxyType |
getProxyType()
The type of the proxy certificate requested is returned or null if can not be determined. |
String |
getSAMLExtension()
Returns the SAML extension from the certificate chain. |
Boolean |
isLimited()
Used to check whether the Certificate Signing Request is for a limited proxy or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyCSRInfo(PKCS10CertificationRequest csr) throws CertificateException
csr
- certificate signing request
CertificateException
- if the Certificate Signing Request is invalidMethod Detail |
---|
public ProxyType getProxyType()
public Boolean isLimited()
public ProxyPolicy getPolicy()
public String getProxyTracingIssuer()
public String getProxyTracingSubject()
public String getSAMLExtension()
public Integer getProxyPathLimit()
public String[][] getProxySourceRestrictions()
public String[][] getProxyTargetRestrictions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |