Uses of Class
com.authlete.common.types.AssertionTarget
-
Packages that use AssertionTarget Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures.com.authlete.common.types Enum definitions and lists of pre-defined constants. -
-
Uses of AssertionTarget in com.authlete.common.dto
Methods in com.authlete.common.dto that return AssertionTarget Modifier and Type Method Description AssertionTarget
AssertionProcessor. getTarget()
Get the part of the service that this assertion processor will be applied to.Methods in com.authlete.common.dto with parameters of type AssertionTarget Modifier and Type Method Description AssertionProcessor
AssertionProcessor. setTarget(AssertionTarget target)
Set the part of the service that this assertion processor will be applied to. -
Uses of AssertionTarget in com.authlete.common.types
Methods in com.authlete.common.types that return AssertionTarget Modifier and Type Method Description static AssertionTarget
AssertionTarget. getByValue(short value)
Get the enum object with the given numerical value, ornull
if not found.static AssertionTarget
AssertionTarget. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssertionTarget[]
AssertionTarget. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-