Package akka.http.jwt.internal
Class JwtSupport.JwtNoneAlgorithmSecret$
- java.lang.Object
-
- akka.http.jwt.internal.JwtSupport.JwtNoneAlgorithmSecret$
-
- All Implemented Interfaces:
JwtSupport.JwtAlgorithmSecret
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- JwtSupport
public static class JwtSupport.JwtNoneAlgorithmSecret$ extends java.lang.Object implements JwtSupport.JwtAlgorithmSecret, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JwtSupport.JwtNoneAlgorithmSecret$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JwtNoneAlgorithmSecret$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
algorithmName()
boolean
canValidate()
boolean
canValidateAlgorithm(pdi.jwt.JwtAlgorithm alg)
scala.util.Try<spray.json.JsObject>
validate(java.lang.String token)
-
-
-
Field Detail
-
MODULE$
public static final JwtSupport.JwtNoneAlgorithmSecret$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
canValidateAlgorithm
public boolean canValidateAlgorithm(pdi.jwt.JwtAlgorithm alg)
- Specified by:
canValidateAlgorithm
in interfaceJwtSupport.JwtAlgorithmSecret
-
canValidate
public boolean canValidate()
- Specified by:
canValidate
in interfaceJwtSupport.JwtAlgorithmSecret
-
validate
public scala.util.Try<spray.json.JsObject> validate(java.lang.String token)
- Specified by:
validate
in interfaceJwtSupport.JwtAlgorithmSecret
-
algorithmName
public java.lang.String algorithmName()
- Specified by:
algorithmName
in interfaceJwtSupport.JwtAlgorithmSecret
-
-