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 Stormtrooper
DefaultStormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)
Stormtrooper
StormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)
Stormtrooper
DefaultStormtrooperDao. getStormtrooper(String id)
Stormtrooper
StormtrooperDao. getStormtrooper(String id)
Stormtrooper
DefaultStormtrooperDao. updateStormtrooper(String id, Stormtrooper stormtrooper)
Stormtrooper
StormtrooperDao. 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 Stormtrooper
DefaultStormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)
Stormtrooper
StormtrooperDao. addStormtrooper(Stormtrooper stormtrooper)
Stormtrooper
DefaultStormtrooperDao. updateStormtrooper(String id, Stormtrooper stormtrooper)
Stormtrooper
StormtrooperDao. 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 Stormtrooper
StormtrooperResource. createTrooper(Stormtrooper trooper)
Stormtrooper
StormtrooperResource. getTrooper(String id)
Stormtrooper
StormtrooperResource. 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 Stormtrooper
StormtrooperResource. createTrooper(Stormtrooper trooper)
Stormtrooper
StormtrooperResource. 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 Stormtrooper
StormtrooperView. 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)
-