Uses of Class
com.okta.authn.sdk.example.models.Stormtrooper
-
Packages that use Stormtrooper Package Description com.okta.authn.sdk.example.dao com.okta.authn.sdk.example.resources com.okta.authn.sdk.example.views -
-
Uses of Stormtrooper in com.okta.authn.sdk.example.dao
Methods in com.okta.authn.sdk.example.dao that return Stormtrooper Modifier and Type Method Description StormtrooperDefaultStormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)StormtrooperStormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)StormtrooperDefaultStormtrooperDao. getStormtrooper(String id)StormtrooperStormtrooperDao. getStormtrooper(String id)StormtrooperDefaultStormtrooperDao. updateStormtrooper(String id, Stormtrooper stormtrooper)StormtrooperStormtrooperDao. updateStormtrooper(String id, Stormtrooper stormtrooper)Methods in com.okta.authn.sdk.example.dao that return types with arguments of type Stormtrooper Modifier and Type Method Description Collection<Stormtrooper>DefaultStormtrooperDao. listStormtroopers()Collection<Stormtrooper>StormtrooperDao. listStormtroopers()Methods in com.okta.authn.sdk.example.dao with parameters of type Stormtrooper Modifier and Type Method Description StormtrooperDefaultStormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)StormtrooperStormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)StormtrooperDefaultStormtrooperDao. updateStormtrooper(String id, Stormtrooper stormtrooper)StormtrooperStormtrooperDao. updateStormtrooper(String id, Stormtrooper stormtrooper) -
Uses of Stormtrooper in com.okta.authn.sdk.example.resources
Methods in com.okta.authn.sdk.example.resources that return Stormtrooper Modifier and Type Method Description StormtrooperStormtrooperResource. createTrooper(Stormtrooper trooper)StormtrooperStormtrooperResource. getTrooper(String id)StormtrooperStormtrooperResource. updateTrooper(String id, Stormtrooper updatedTrooper)Methods in com.okta.authn.sdk.example.resources that return types with arguments of type Stormtrooper Modifier and Type Method Description Collection<Stormtrooper>StormtrooperResource. listTroopers()Returns a Collection of all Stormtroopers.Methods in com.okta.authn.sdk.example.resources with parameters of type Stormtrooper Modifier and Type Method Description StormtrooperStormtrooperResource. createTrooper(Stormtrooper trooper)StormtrooperStormtrooperResource. updateTrooper(String id, Stormtrooper updatedTrooper) -
Uses of Stormtrooper in com.okta.authn.sdk.example.views
Methods in com.okta.authn.sdk.example.views that return Stormtrooper Modifier and Type Method Description StormtrooperStormtrooperView. getStormtrooper()Methods in com.okta.authn.sdk.example.views that return types with arguments of type Stormtrooper Modifier and Type Method Description Collection<Stormtrooper>StormtroopersView. getStormtroopers()Constructors in com.okta.authn.sdk.example.views with parameters of type Stormtrooper Constructor Description StormtrooperView(Stormtrooper stormtrooper)Constructor parameters in com.okta.authn.sdk.example.views with type arguments of type Stormtrooper Constructor Description StormtroopersView(Collection<Stormtrooper> stormtroopers)
-