Package | Description |
---|---|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
Modifier and Type | Field and Description |
---|---|
static ContactPersonTypeEnumeration |
ContactPersonTypeEnumeration.ADMINISTRATIVE
"administrative" contact type.
|
static ContactPersonTypeEnumeration |
ContactPersonTypeEnumeration.BILLING
"billing" contact type.
|
static ContactPersonTypeEnumeration |
ContactPersonTypeEnumeration.OTHER
"other" contact type.
|
static ContactPersonTypeEnumeration |
ContactPersonTypeEnumeration.SUPPORT
"support" contact type.
|
static ContactPersonTypeEnumeration |
ContactPersonTypeEnumeration.TECHNICAL
"technical" contact type.
|
Modifier and Type | Method and Description |
---|---|
ContactPersonTypeEnumeration |
ContactPerson.getType()
Gets the type of contact this person.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactPerson.setType(ContactPersonTypeEnumeration type)
Sets the type of contact this person.
|
Modifier and Type | Method and Description |
---|---|
ContactPersonTypeEnumeration |
ContactPersonImpl.getType()
Gets the type of contact this person.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactPersonImpl.setType(ContactPersonTypeEnumeration theType)
Sets the type of contact this person.
|
Copyright © 2019. All rights reserved.