Class OktaAttrRepoConf
java.lang.Object
org.apache.syncope.common.lib.AbstractOktaConf
org.apache.syncope.common.lib.attr.OktaAttrRepoConf
- All Implemented Interfaces:
Serializable
,AttrRepoConf
,BaseBean
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.attr.AttrRepoConf
AttrRepoConf.Mapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmap
(AttrRepoTO attrRepo, AttrRepoConf.Mapper mapper) void
setApiToken
(String apiToken) void
setUsernameAttribute
(String usernameAttribute) Methods inherited from class org.apache.syncope.common.lib.AbstractOktaConf
getOrganizationUrl, setOrganizationUrl
-
Constructor Details
-
OktaAttrRepoConf
public OktaAttrRepoConf()
-
-
Method Details
-
getUsernameAttribute
-
setUsernameAttribute
-
getApiToken
-
setApiToken
-
getScopes
-
map
- Specified by:
map
in interfaceAttrRepoConf
-