Package | Description |
---|---|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
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 type)
Sets the type of contact this person.
|
Copyright © 1999-2013. All Rights Reserved.