Uses of Interface
com.sun.identity.saml2.protocol.StatusDetail
-
Packages that use StatusDetail Package Description com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of StatusDetail in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return StatusDetail Modifier and Type Method Description StatusDetailProtocolFactory. createStatusDetail()Returns theStatusDetailObject.StatusDetailProtocolFactory. createStatusDetail(String value)Returns theStatusDetailObject.StatusDetailProtocolFactory. createStatusDetail(Element value)Returns theStatusDetailObject.StatusDetailStatus. getStatusDetail()Returns the value of the statusDetail property.Methods in com.sun.identity.saml2.protocol with parameters of type StatusDetail Modifier and Type Method Description voidStatus. setStatusDetail(StatusDetail value)Sets the value of the statusDetail property.
-