All Classes
-
All Classes Interface Summary Class Summary Class Description AcquireBearerTokenByUserCredentialSample This sample illustrates acquiring a bearer token from SSO server by passing the username and password of the userAcquireHoKTokenByHoKTokenSample This sample illustrates acquiring a Holder-Of-Key token from SSO server by passing an existing Holder-Of-Key token.AcquireHoKTokenBySolutionCertificateSample This sample illustrates acquiring a Holder-Of-Key token from SSO server by using the registered solution's private key and certificate for example vCenter server.AcquireHoKTokenByUserCredentialSample This sample illustrates acquiring a Holder-Of-Key token from SSO server by passing the username and password of the user along with using the user's private key and certificateConstants Class to capture all the constants used throughout the SDKHeaderCookieExtractionHandler HeaderCookieHandler CustomSSOHeaderHandlerto insert the cookie within the request headersHeaderHandlerResolver Reference implementation of theHandlerResolverinterface with an additional method addHandler to add a newSSOHeaderHandlerto the chain.LoginByTokenSample Sample program demonstrating the usage of the new LoginByToken method, introduced to authenticate the client using the SAML token obtained from the SSO server.RenewTokenSample This sample illustrates renewing a Holder-Of-Key token from SSO server.SamlTokenExtractionHandler Handler class to extract the Saml token from the response stream in the raw form before JAX-WS deserializes it.SamlTokenHandler Handler class to add the SAML token inside the security headerSecurityUtil Use this utility class to load the private key and corresponding certificate chain from either a java keystore or individual files.SSOHeaderHandler Base Abstract class that all the header handler will be extending.TimeStampHandler Handler class to add the TimeStamp element inside the security headerTrustAllTrustManager CustomTrustManagerimplementation to ignore all certificate validationsUserCredentialHandler Handler class to add the Username token element inside the security headerUtils ValidateTokenSample This sample illustrates validating a SAML token received from SSO server.WsSecuritySignature Interface used for signing the SOAP requestsWsSecuritySignatureAssertion WsSecuritySignatureAssertionHandler Handler class to sign the SOAP message using the assertionId of the SAML token along with the private key and certificate of the user / solution This handler is to be used only when acquiring a new token using an existing tokenWsSecuritySignatureCertificate WsSecuritySignatureImpl WsSecurityUserCertificateSignatureHandler