Package | Description |
---|---|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
StatusCode.getStatusCode()
Gets the second level status code.
|
StatusCode |
Status.getStatusCode()
Return the object representing the
StatusCode |
Modifier and Type | Method and Description |
---|---|
void |
StatusCode.setStatusCode(StatusCode statusCode)
Sets the second level status code.
|
void |
Status.setStatusCode(StatusCode statusCode)
Set the object representing the
StatusCode |
Modifier and Type | Method and Description |
---|---|
StatusCode |
StatusCodeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
StatusCode |
StatusCodeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
StatusCode |
StatusImpl.getStatusCode()
Return the object representing the
StatusCode |
StatusCode |
StatusCodeImpl.getStatusCode()
Gets the second level status code.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusImpl.setStatusCode(StatusCode statusCode)
Set the object representing the
StatusCode |
void |
StatusCodeImpl.setStatusCode(StatusCode statusCode)
Sets the second level status code.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusCodeSchemaValidator.validate(StatusCode statusCode)
Checks to see if a XMLObject is valid.
|
protected void |
StatusCodeSchemaValidator.validateValue(StatusCode statusCode)
Validates that the status code has a value.
|
protected void |
StatusCodeSchemaValidator.validateValueContent(StatusCode statusCode)
Validates that the status code local name is one of the allowabled values.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.