Uses of Class
org.entur.jwt.junit5.AuthorizationServer
-
Packages that use AuthorizationServer Package Description org.entur.jwt.junit5 org.entur.jwt.junit5.extention org.entur.jwt.junit5.impl -
-
Uses of AuthorizationServer in org.entur.jwt.junit5
Methods in org.entur.jwt.junit5 that return AuthorizationServer Modifier and Type Method Description AuthorizationServer[]value() -
Uses of AuthorizationServer in org.entur.jwt.junit5.extention
Methods in org.entur.jwt.junit5.extention with parameters of type AuthorizationServer Modifier and Type Method Description static java.lang.StringAuthorizationServerExtension. toIssuer(AuthorizationServer server) -
Uses of AuthorizationServer in org.entur.jwt.junit5.impl
Methods in org.entur.jwt.junit5.impl that return AuthorizationServer Modifier and Type Method Description AuthorizationServerAuthorizationServerImplementation. getAuthorizationServer()Methods in org.entur.jwt.junit5.impl with parameters of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerEncoderAuthorizationServerImplementation. getAuthorizationServerEncoder(AuthorizationServer token)Constructors in org.entur.jwt.junit5.impl with parameters of type AuthorizationServer Constructor Description AuthorizationServerImplementation(AuthorizationServer server, java.lang.annotation.Annotation source)
-