Class KeystoneEndpointBuilderFactory.KeystoneHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.KeystoneEndpointBuilderFactory.KeystoneHeaderNameBuilder
-
- Enclosing interface:
- KeystoneEndpointBuilderFactory
public static class KeystoneEndpointBuilderFactory.KeystoneHeaderNameBuilder extends Object
The builder of headers' name for the OpenStack Keystone component.
-
-
Constructor Summary
Constructors Constructor Description KeystoneHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()The description.StringdomainId()ID of the domain.Stringemail()User's email.StringgroupId()ID of the group.StringiD()The ID.Stringname()The name.Stringoperation()The operation to perform.StringparentId()The parent project ID.Stringpassword()User's password.StringuserId()ID of the user.
-
-
-
Method Detail
-
description
public String description()
The description. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
description.
-
domainId
public String domainId()
ID of the domain. The option is a:Stringtype. Group: group project user- Returns:
- the name of the header
domainId.
-
parentId
public String parentId()
The parent project ID. The option is a:Stringtype. Group: project- Returns:
- the name of the header
parentId.
-
password
public String password()
User's password. The option is a:Stringtype. Group: user- Returns:
- the name of the header
password.
-
email
public String email()
User's email. The option is a:Stringtype. Group: user- Returns:
- the name of the header
email.
-
userId
public String userId()
ID of the user. The option is a:Stringtype. Group: group- Returns:
- the name of the header
userId.
-
groupId
public String groupId()
ID of the group. The option is a:Stringtype. Group: group- Returns:
- the name of the header
groupId.
-
operation
public String operation()
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
operation.
-
iD
public String iD()
The ID. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
ID.
-
name
public String name()
The name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
name.
-
-