|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IsecAttributeBinding
This interface provides common properties for third party authentication infoobjects to configure and enable attribute binding. The attribute priorities are ordered 1,2,3... and so on for each authentication plugin.
| Method Summary | |
|---|---|
int |
getAttributeBindingPriority()
Get attribute binding priority (order of authentication plugin). |
boolean |
isAttributeBindingEnabled()
Return if attribute binding is enabled. |
void |
setAttributeBindingEnabled(boolean isEnabled)
Enable/Disable attribute binding |
void |
setAttributeBindingPriority(int priority)
Set attribute binding priority (order of authentication plugin). |
| Method Detail |
|---|
boolean isAttributeBindingEnabled()
throws SDKException
SDKException
int getAttributeBindingPriority()
throws SDKException
SDKExceptionvoid setAttributeBindingEnabled(boolean isEnabled)
void setAttributeBindingPriority(int priority)
priority - - order value based on other authentication plugins
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||