Uses of Class
com.okta.authn.sdk.example.models.Stormtrooper
Packages that use Stormtrooper
Package
Description
-
Uses of Stormtrooper in com.okta.authn.sdk.example.dao
Methods in com.okta.authn.sdk.example.dao that return StormtrooperModifier and TypeMethodDescriptionDefaultStormtrooperDao.addStormtrooper
(Stormtrooper stormtrooper) StormtrooperDao.addStormtrooper
(Stormtrooper stormtrooper) DefaultStormtrooperDao.getStormtrooper
(String id) StormtrooperDao.getStormtrooper
(String id) DefaultStormtrooperDao.updateStormtrooper
(String id, Stormtrooper stormtrooper) StormtrooperDao.updateStormtrooper
(String id, Stormtrooper stormtrooper) Methods in com.okta.authn.sdk.example.dao that return types with arguments of type StormtrooperModifier and TypeMethodDescriptionDefaultStormtrooperDao.listStormtroopers()
StormtrooperDao.listStormtroopers()
Methods in com.okta.authn.sdk.example.dao with parameters of type StormtrooperModifier and TypeMethodDescriptionDefaultStormtrooperDao.addStormtrooper
(Stormtrooper stormtrooper) StormtrooperDao.addStormtrooper
(Stormtrooper stormtrooper) DefaultStormtrooperDao.updateStormtrooper
(String id, 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 StormtrooperModifier and TypeMethodDescriptionStormtrooperResource.createTrooper
(Stormtrooper trooper) StormtrooperResource.getTrooper
(String id) StormtrooperResource.updateTrooper
(String id, Stormtrooper updatedTrooper) Methods in com.okta.authn.sdk.example.resources that return types with arguments of type StormtrooperModifier and TypeMethodDescriptionStormtrooperResource.listTroopers()
Returns a Collection of all Stormtroopers.Methods in com.okta.authn.sdk.example.resources with parameters of type StormtrooperModifier and TypeMethodDescriptionStormtrooperResource.createTrooper
(Stormtrooper trooper) 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 StormtrooperMethods in com.okta.authn.sdk.example.views that return types with arguments of type StormtrooperConstructors in com.okta.authn.sdk.example.views with parameters of type StormtrooperConstructor parameters in com.okta.authn.sdk.example.views with type arguments of type Stormtrooper