services
KeycloakProvider
class
KeycloakProvider
extends
OAuth2Provider
A Keycloak OAuth2 Provider
Linear Supertypes
OAuth2Provider
,
IdentityProvider
,
Registrable
,
Plugin
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
KeycloakProvider
OAuth2Provider
IdentityProvider
Registrable
Plugin
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
KeycloakProvider
(
application:
Application
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
val
Dot
:
String
Definition Classes
IdentityProvider
val
Email
:
String
val
Error
:
String
val
FamilyName
:
String
val
GivenName
:
String
val
Groups
:
String
val
Message
:
String
val
Name
:
String
val
Picture
:
String
val
SecureSocialKey
:
String
Definition Classes
IdentityProvider
val
Sub
:
String
val
Type
:
String
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
authMethod
:
AuthenticationMethod
Definition Classes
OAuth2Provider → IdentityProvider
def
authenticate
[
A
]
()
(
implicit
request:
Request
[
A
]
)
:
Either
[
Result
,
Identity
]
Definition Classes
IdentityProvider
def
authenticationUrl
:
String
Definition Classes
IdentityProvider
def
awaitResult
(
future:
Future
[
Response
]
)
:
Response
Attributes
protected
Definition Classes
IdentityProvider
def
buildInfo
(
response:
Response
)
:
OAuth2Info
Attributes
protected
Definition Classes
OAuth2Provider
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
doAuth
[
A
]
()
(
implicit
request:
Request
[
A
]
)
:
Either
[
Result
,
SocialUser
]
Definition Classes
OAuth2Provider → IdentityProvider
def
enabled
:
Boolean
Definition Classes
Plugin
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
fillProfile
(
user:
SocialUser
)
:
SocialUser
Definition Classes
KeycloakProvider
→ IdentityProvider
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
id
:
String
Definition Classes
KeycloakProvider
→ Registrable
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
loadProperty
(
property:
String
)
:
Option
[
String
]
Definition Classes
IdentityProvider
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
onStart
()
:
Unit
Definition Classes
IdentityProvider → Plugin
def
onStop
()
:
Unit
Definition Classes
IdentityProvider → Plugin
def
propertyKey
:
String
Definition Classes
IdentityProvider
val
settings
:
OAuth2Settings
Definition Classes
OAuth2Provider
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
throwMissingPropertiesException
()
:
Unit
Attributes
protected
Definition Classes
IdentityProvider
def
toString
()
:
String
Definition Classes
IdentityProvider → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
OAuth2Provider
Inherited from
IdentityProvider
Inherited from
Registrable
Inherited from
Plugin
Inherited from
AnyRef
Inherited from
Any
Ungrouped
A Keycloak OAuth2 Provider