- getAccessToken() - Method in class fr.paris.lutece.plugins.oauth2.business.Token
-
Returns the AccessToken
- getAcr() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the Acr
- getAcrValues() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
-
Returns the set of ACR values
- getAcrValues() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
Returns the set of ACR values
- getAcrValuesSet() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
-
Returns the set of ACR
- getAcrValuesSet() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
Returns the set of ACR
- getAudience() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the Audience
- getAuthClientConf() - Method in class fr.paris.lutece.plugins.oauth2.web.CallbackHandler
-
- getAuthorizationEndpointUri() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthServerConf
-
Returns the AuthorizationEndpointUri
- getAuthorizationEndpointUri() - Method in class fr.paris.lutece.plugins.oauth2.business.ServerConfiguration
-
Returns the AuthorizationEndpointUri
- getAuthServerConf() - Method in class fr.paris.lutece.plugins.oauth2.web.CallbackHandler
-
- getClient(String) - Method in class fr.paris.lutece.plugins.oauth2.service.DataClientService
-
Gets a DataClient object for a given name
- getClientId() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthClientConf
-
Returns the ClientId
- getClientId() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Returns the ClientId
- getClientSecret() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthClientConf
-
Returns the ClientSecret
- getClientSecret() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Returns the ClientSecret
- getData(Token) - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
-
Send an authenticated request with the access token to retreive data
- getDataServerUri() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
- getDataServerUri() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
- getExpiration() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the Expiration
- getExpiresIn() - Method in class fr.paris.lutece.plugins.oauth2.business.Token
-
Returns the ExpiresIn
- getHandlerName() - Method in class fr.paris.lutece.plugins.oauth2.web.CallbackHandler
-
get the handler Name
- getIdProvider() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the IdProvider
- getIdToken() - Method in class fr.paris.lutece.plugins.oauth2.business.Token
-
Returns the IdToken
- getIdTokenSignedResponseAlg() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthClientConf
-
Return IDToken signed response Algorithm
- getIdTokenSignedResponseAlg() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Return IDToken signed response Algorithm
- getIdTokenString() - Method in class fr.paris.lutece.plugins.oauth2.business.Token
-
Returns the IdToken
- getIssueAt() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the IssueAt
- getIssuer() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthServerConf
-
Returns the Issuer
- getIssuer() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the Issuer
- getIssuer() - Method in class fr.paris.lutece.plugins.oauth2.business.ServerConfiguration
-
Returns the Issuer
- getJWTParser() - Method in class fr.paris.lutece.plugins.oauth2.web.CallbackHandler
-
- getLogoutEndpointUri() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthServerConf
-
Returns the LogoutEndpointUri
- getName() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthServerConf
-
- getName() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
-
Returns the Name
- getName() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
Returns the Name
- getNonce() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the Nonce
- getRedirectUri() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthClientConf
-
Returns the RedirectUri
- getRedirectUri() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Returns the RedirectUri
- getRedirectUri() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
-
Returns the RedirectUri
- getRedirectUri() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
Returns the RedirectUri
- getRedirectUris() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Returns the RedirectUris
- getScope() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Returns the Scope
- getScope() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
-
Returns the Scopes set
- getScope() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
Returns the Scopes set
- getScopes() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Build a string that contains the list of scope separated by a plus
- getScopes() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
-
Build a string that contains the list of scope separated by a plus
- getScopes() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
Build a string that contains the list of scope separated by a plus
- getSubject() - Method in class fr.paris.lutece.plugins.oauth2.business.IDToken
-
Returns the Subject
- getTokenEndpointAuthMethod() - Method in class fr.paris.lutece.plugins.oauth2.business.RegisteredClient
-
Returns the TokenEndpointAuthMethod
- getTokenEndpointUri() - Method in class fr.paris.lutece.plugins.oauth2.business.AuthServerConf
-
Returns the TokenEndpointUri
- getTokenEndpointUri() - Method in class fr.paris.lutece.plugins.oauth2.business.ServerConfiguration
-
Returns the TokenEndpointUri
- getTokenMethod() - Method in class fr.paris.lutece.plugins.oauth2.dataclient.AbstractDataClient
- getTokenMethod() - Method in interface fr.paris.lutece.plugins.oauth2.dataclient.DataClient
-
- getTokenType() - Method in class fr.paris.lutece.plugins.oauth2.business.Token
-
Returns the TokenType
- getUserInfoTokenMethod() - Method in class fr.paris.lutece.plugins.oauth2.business.ServerConfiguration
-
Returns the UserInfoTokenMethod
- getUserInfoUri() - Method in class fr.paris.lutece.plugins.oauth2.business.ServerConfiguration
-
Returns the UserInfoUri
- GRANT_TYPE_CODE - Static variable in class fr.paris.lutece.plugins.oauth2.web.Constants
-