Uses of Interface
com.okta.authn.sdk.example.dao.TieCraftDao
-
Packages that use TieCraftDao Package Description com.okta.authn.sdk.example.dao com.okta.authn.sdk.example.resources -
-
Uses of TieCraftDao in com.okta.authn.sdk.example.dao
Classes in com.okta.authn.sdk.example.dao that implement TieCraftDao Modifier and Type Class Description class
DefaultTieCraftDao
Simple in memory DAO that initializes the collection with content found from http://starwars.wikia.com/wiki/TIE_line. -
Uses of TieCraftDao in com.okta.authn.sdk.example.resources
Constructors in com.okta.authn.sdk.example.resources with parameters of type TieCraftDao Constructor Description TieResource(TieCraftDao tieCraftDao)
-