- getCertificate(HttpServletRequest) - Method in class org.dataone.portal.PortalCertificateManager
-
Get the certificate from the store, based on the cookie (if present)
- getConfigFile() - Method in class org.dataone.portal.PortalCertificateManager
-
Gets the current configuration file path
- getCookie(HttpServletRequest) - Method in class org.dataone.portal.PortalCertificateManager
-
Retrieves the certificate Cookie from the request
- getCredentials(String) - Method in class org.dataone.portal.PortalCertificateManager
-
Get the credentials from the store, based on the token/identifier
- getCredentials(HttpServletRequest) - Method in class org.dataone.portal.PortalCertificateManager
-
Get the credentials from the store, based on the cookie (if present)
- getInstance() - Static method in class org.dataone.portal.PortalCertificateManager
-
- getInstance() - Static method in class org.dataone.portal.TokenGenerator
-
- getJWT(String, String) - Method in class org.dataone.portal.TokenGenerator
-
- getPrivateKey(HttpServletRequest) - Method in class org.dataone.portal.PortalCertificateManager
-
Get the private key from the store, based on the cookie (if present)
- getSession(HttpServletRequest) - Method in class org.dataone.portal.PortalCertificateManager
-
Gets the requests Session, either the X509 Certificate if there is one,
or by checking for Authorization headers.
- getSession(String) - Method in class org.dataone.portal.TokenGenerator
-
Extracts the subject from the token string, and attempts to get the
SubjectInfo from the CN.