IUserAssertion Interface

public interface IUserAssertion

Interface representing a delegated user identity used by downstream applications in On-Behalf-Of flow

Method Summary

Modifier and Type Method and Description
abstract java.lang.String getAssertion()

Gets the assertion.

abstract java.lang.String getAssertionHash()

Method Details

getAssertion

public abstract String getAssertion()

Gets the assertion.

Returns:

string value

getAssertionHash

public abstract String getAssertionHash()

Returns:

Base64 encoded SHA256 hash of the assertion

Applies to