Uses of Class
pl.edu.icm.unity.engine.api.authn.InvocationContext.InvocationMaterial
-
Packages that use InvocationContext.InvocationMaterial Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of InvocationContext.InvocationMaterial in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return InvocationContext.InvocationMaterial Modifier and Type Method Description InvocationContext.InvocationMaterialInvocationContext. getInvocationMaterial()static InvocationContext.InvocationMaterialInvocationContext.InvocationMaterial. valueOf(String name)Returns the enum constant of this type with the specified name.static InvocationContext.InvocationMaterial[]InvocationContext.InvocationMaterial. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.authn with parameters of type InvocationContext.InvocationMaterial Modifier and Type Method Description voidInvocationContext. setInvocationMaterial(InvocationContext.InvocationMaterial invocationMaterial)
-