public interface IdentityHandler
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name of the handler.
|
int |
getPriority()
Used to sort the set of handlers
|
void |
init(InitConfig initConfig)
Initializes the handler
|
boolean |
isEnabled()
Tells if the handler is enabled or not.
|
void init(InitConfig initConfig)
String getName()
boolean isEnabled()
handle()
may be
called.int getPriority()
Copyright © 2019 WSO2. All rights reserved.