Package | Description |
---|---|
org.wso2.carbon.identity.core.handler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentityHandler |
class |
ExtensionHandler
This interface needs to be implemented by any identity extension handler.
|
Modifier and Type | Method and Description |
---|---|
<T extends IdentityHandler> |
HandlerManager.getFirstPriorityHandler(List<T> identityHandlers,
boolean isEnableHandlersOnly)
Get the first priority handler after sort and filter the enabled handlers.
|
<T extends IdentityHandler> |
HandlerManager.sortHandlers(List<T> identityHandlers,
boolean isEnableHandlersOnly)
Sort and filter enabled handlers.
|
Modifier and Type | Method and Description |
---|---|
int |
HandlerComparator.compare(IdentityHandler o1,
IdentityHandler o2) |
Copyright © 2019 WSO2. All rights reserved.