public interface LoginProtocolFactory extends ProviderFactory<LoginProtocol>
Modifier and Type | Method and Description |
---|---|
Object |
createProtocolEndpoint(RealmModel realm,
EventBuilder event,
AuthenticationManager authManager) |
List<ProtocolMapperModel> |
getBuiltinMappers()
List of built in protocol mappers that can be used to apply to clients.
|
List<ProtocolMapperModel> |
getDefaultBuiltinMappers()
List of mappers, which are added to new clients by default
|
List<ProtocolMapperModel> getBuiltinMappers()
List<ProtocolMapperModel> getDefaultBuiltinMappers()
Object createProtocolEndpoint(RealmModel realm, EventBuilder event, AuthenticationManager authManager)
Copyright © 2015. All rights reserved.