Uses of Enum Class
org.projecthusky.xua.saml2.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCode
Gets the enum.Status.getStatusCode()
Method to get the StatusCode. Methode um den StatusCode zu erhalten.static StatusCode
Returns the enum constant of this class with the specified name.static StatusCode[]
StatusCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.xua.saml2 with parameters of type StatusCodeModifier and TypeMethodDescriptionStatusBuilder.statusCode
(StatusCode aStatusCode) Method to set the StatusCode of the Status to be build. Methode um ein StatusCode dem Status hinzuzufügen. -
Uses of StatusCode in org.projecthusky.xua.saml2.impl
Methods in org.projecthusky.xua.saml2.impl that return StatusCodeModifier and TypeMethodDescriptionStatusImpl.getStatusCode()
Method to get the StatusCode. Methode um den StatusCode zu erhalten.Methods in org.projecthusky.xua.saml2.impl with parameters of type StatusCodeModifier and TypeMethodDescriptionStatusBuilderImpl.statusCode
(StatusCode aStatusCode) Method to set the StatusCode of the Status to be build. Methode um ein StatusCode dem Status hinzuzufügen.