Package com.okta.authn.sdk.example.views
Class StormtroopersView
- java.lang.Object
-
- io.dropwizard.views.View
-
- com.okta.authn.sdk.example.views.StormtroopersView
-
public class StormtroopersView extends io.dropwizard.views.View
-
-
Constructor Summary
Constructors Constructor Description StormtroopersView(Collection<Stormtrooper> stormtroopers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Stormtrooper>
getStormtroopers()
org.apache.shiro.subject.Subject
getSubject()
-
-
-
Constructor Detail
-
StormtroopersView
public StormtroopersView(Collection<Stormtrooper> stormtroopers)
-
-
Method Detail
-
getStormtroopers
public Collection<Stormtrooper> getStormtroopers()
-
getSubject
public org.apache.shiro.subject.Subject getSubject()
-
-