Uses of Interface
edu.iu.auth.oauth.IuAuthorizationDetails
Packages that use IuAuthorizationDetails
-
Uses of IuAuthorizationDetails in edu.iu.auth.oauth
Subinterfaces of IuAuthorizationDetails in edu.iu.auth.oauthModifier and TypeInterfaceDescriptioninterfaceCaller client identification and authentication details for authorizing remote invocation. -
Uses of IuAuthorizationDetails in iu.auth.config
Methods in iu.auth.config with type parameters of type IuAuthorizationDetailsModifier and TypeMethodDescriptionprotected <T extends IuAuthorizationDetails>
BRemoteAccessTokenBuilder.authorizationDetails(Class<T> type, T authorizationDetails) Provides authorization details.protected <T extends IuAuthorizationDetails>
TRemoteAccessToken.getAuthorizationDetails(String type, Class<T> detailInterface) Gets the called URL.