public abstract class AbstractIdentityHandler extends Object implements IdentityHandler
Modifier and Type | Field and Description |
---|---|
protected InitConfig |
initConfig |
protected Properties |
properties |
Constructor and Description |
---|
AbstractIdentityHandler() |
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.
|
protected final Properties properties
protected InitConfig initConfig
public void init(InitConfig initConfig)
IdentityHandler
init
in interface IdentityHandler
public boolean isEnabled()
IdentityHandler
handle()
may be
called.isEnabled
in interface IdentityHandler
public int getPriority()
IdentityHandler
getPriority
in interface IdentityHandler
public String getName()
IdentityHandler
getName
in interface IdentityHandler
Copyright © 2019 WSO2. All rights reserved.