Uses of Class
com.okta.authn.sdk.example.models.TieCraft
-
Packages that use TieCraft Package Description com.okta.authn.sdk.example.dao com.okta.authn.sdk.example.resources -
-
Uses of TieCraft in com.okta.authn.sdk.example.dao
Methods in com.okta.authn.sdk.example.dao that return TieCraft Modifier and Type Method Description TieCraftDefaultTieCraftDao. addTieCraft(TieCraft tieCraft)TieCraftDefaultTieCraftDao. getTieCraft(String serial)TieCraftTieCraftDao. getTieCraft(String serial)Methods in com.okta.authn.sdk.example.dao that return types with arguments of type TieCraft Modifier and Type Method Description Collection<TieCraft>DefaultTieCraftDao. listTieCrafts()Collection<TieCraft>TieCraftDao. listTieCrafts()Methods in com.okta.authn.sdk.example.dao with parameters of type TieCraft Modifier and Type Method Description TieCraftDefaultTieCraftDao. addTieCraft(TieCraft tieCraft) -
Uses of TieCraft in com.okta.authn.sdk.example.resources
Methods in com.okta.authn.sdk.example.resources that return TieCraft Modifier and Type Method Description TieCraftTieResource. getTieCraft(String serial)Methods in com.okta.authn.sdk.example.resources that return types with arguments of type TieCraft Modifier and Type Method Description Collection<TieCraft>TieResource. listTieCraft()Returns a Collection of all TieCraft.
-