Uses of Interface
org.opensaml.saml.saml2.core.StatusCode
Packages that use StatusCode
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
-
Uses of StatusCode in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return StatusCodeModifier and TypeMethodDescriptionStatus.getStatusCode()Gets the Code of this Status.StatusCode.getStatusCode()Gets the Status Code of this Status Code.Methods in org.opensaml.saml.saml2.core with parameters of type StatusCodeModifier and TypeMethodDescriptionvoidStatus.setStatusCode(StatusCode newStatusCode) Sets the Code of this Status.voidStatusCode.setStatusCode(StatusCode newStatusCode) Sets the Status Code of this Status Code.