Uses of Enum Class
com.sforce.soap.metadata.JWTSessionTimeoutType
-
Uses of JWTSessionTimeoutType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return JWTSessionTimeoutTypeModifier and TypeMethodDescriptionExtlClntAppOauthConfigurablePolicies.getGuestJwtSessionTimeoutType()ExtlClntAppOauthConfigurablePolicies.getNamedUserJwtSessionTimeoutType()static JWTSessionTimeoutTypeReturns the enum constant of this class with the specified name.static JWTSessionTimeoutType[]JWTSessionTimeoutType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type JWTSessionTimeoutTypeModifier and TypeMethodDescriptionvoidExtlClntAppOauthConfigurablePolicies.setGuestJwtSessionTimeoutType(JWTSessionTimeoutType guestJwtSessionTimeoutType) voidExtlClntAppOauthConfigurablePolicies.setNamedUserJwtSessionTimeoutType(JWTSessionTimeoutType namedUserJwtSessionTimeoutType)