- All Superinterfaces:
IuAuthorizationDetails
Caller client identification and authentication details for authorizing
remote invocation.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
TYPE
Authorization details type value to match.- See Also:
-
-
Method Details
-
getType
Description copied from interface:IuAuthorizationDetailsAuthorization details type.- Specified by:
getTypein interfaceIuAuthorizationDetails- Returns:
- type string
- See Also:
-
getRequestUri
URI getRequestUri()Gets the full request URI to the resource that issued the token.- Returns:
- Request URI
-
getRemoteAddr
String getRemoteAddr()Gets the remote client IP address.- Returns:
- IP address
-
getUserAgent
String getUserAgent()Gets the caller's user agent.- Returns:
- User-Agent header value
-
getAuthnPrincipal
String getAuthnPrincipal()Gets the principal name of the authenticated user.- Returns:
- Principal name
-