| Package | Description |
|---|---|
| com.okta.authn.sdk.example.dao | |
| com.okta.authn.sdk.example.resources | |
| com.okta.authn.sdk.example.views |
| Modifier and Type | Method and Description |
|---|---|
Stormtrooper |
StormtrooperDao.addStormtrooper(Stormtrooper stormtrooper) |
Stormtrooper |
DefaultStormtrooperDao.addStormtrooper(Stormtrooper stormtrooper) |
Stormtrooper |
StormtrooperDao.getStormtrooper(String id) |
Stormtrooper |
DefaultStormtrooperDao.getStormtrooper(String id) |
Stormtrooper |
StormtrooperDao.updateStormtrooper(String id,
Stormtrooper stormtrooper) |
Stormtrooper |
DefaultStormtrooperDao.updateStormtrooper(String id,
Stormtrooper stormtrooper) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Stormtrooper> |
StormtrooperDao.listStormtroopers() |
Collection<Stormtrooper> |
DefaultStormtrooperDao.listStormtroopers() |
| Modifier and Type | Method and Description |
|---|---|
Stormtrooper |
StormtrooperDao.addStormtrooper(Stormtrooper stormtrooper) |
Stormtrooper |
DefaultStormtrooperDao.addStormtrooper(Stormtrooper stormtrooper) |
Stormtrooper |
StormtrooperDao.updateStormtrooper(String id,
Stormtrooper stormtrooper) |
Stormtrooper |
DefaultStormtrooperDao.updateStormtrooper(String id,
Stormtrooper stormtrooper) |
| Modifier and Type | Method and Description |
|---|---|
Stormtrooper |
StormtrooperResource.createTrooper(Stormtrooper trooper) |
Stormtrooper |
StormtrooperResource.getTrooper(String id) |
Stormtrooper |
StormtrooperResource.updateTrooper(String id,
Stormtrooper updatedTrooper) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Stormtrooper> |
StormtrooperResource.listTroopers()
Returns a Collection of all Stormtroopers.
|
| Modifier and Type | Method and Description |
|---|---|
Stormtrooper |
StormtrooperResource.createTrooper(Stormtrooper trooper) |
Stormtrooper |
StormtrooperResource.updateTrooper(String id,
Stormtrooper updatedTrooper) |
| Modifier and Type | Method and Description |
|---|---|
Stormtrooper |
StormtrooperView.getStormtrooper() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Stormtrooper> |
StormtroopersView.getStormtroopers() |
| Constructor and Description |
|---|
StormtrooperView(Stormtrooper stormtrooper) |
| Constructor and Description |
|---|
StormtroopersView(Collection<Stormtrooper> stormtroopers) |
Copyright © 2018–2024 Okta. All rights reserved.