public interface IuAuthorizedAudience
Provides audience configuration.
-
Method Summary
Modifier and TypeMethodDescriptionGets audience private key principal.getNonce()
Gets the one-time number configuration for this audience.Gets the token issuer's root resource URI.Gets the external root resource URI for this audience.
-
Method Details
-
getResourceUri
URI getResourceUri()Gets the external root resource URI for this audience.- Returns:
- resource URI
-
getOidcMetadataUri
URI getOidcMetadataUri()Gets the token issuer's root resource URI.- Returns:
- Issuer root resource URI
-
getNonce
IuOneTimeNumberConfig getNonce()Gets the one-time number configuration for this audience.- Returns:
IuOneTimeNumberConfig
-
getIdentity
Iterable<IuPrivateKeyPrincipal> getIdentity()Gets audience private key principal.- Returns:
IuPrivateKeyPrincipal
-