public class StaticService extends Object implements ServiceMBean
| Constructor and Description |
|---|
StaticService() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionProperties |
getEncryptionProperties()
Get the EncryptionProperties to be used to encrypt tokens issued for this service
|
String |
getKeyType()
Get the default Key Type to be issued for this Service
|
int |
getMaxAddressLength()
Get the maximum allowable address length to compare against the addresses set in
setEndpoints
|
String |
getTokenType()
Get the default Token Type to be issued for this Service
|
boolean |
isAddressInEndpoints(String address)
Return true if the supplied address corresponds to a known address for this service
|
void |
setEncryptionProperties(EncryptionProperties encryptionProperties)
Set the EncryptionProperties to be used to encrypt tokens issued for this service
|
void |
setEndpoints(List<String> endpoints)
Set the list of endpoint addresses that correspond to this service
|
void |
setKeyType(String keyType)
Set the default Key Type to be issued for this Service
|
void |
setMaxAddressLength(int maxAddressLength)
Set the maximum allowable address length to compare against the addresses set in
setEndpoints
|
void |
setTokenType(String tokenType)
Set the default Token Type to be issued for this Service
|
public boolean isAddressInEndpoints(String address)
isAddressInEndpoints in interface ServiceMBeanpublic String getTokenType()
getTokenType in interface ServiceMBeanpublic void setTokenType(String tokenType)
setTokenType in interface ServiceMBeanpublic String getKeyType()
getKeyType in interface ServiceMBeanpublic void setKeyType(String keyType)
setKeyType in interface ServiceMBeanpublic void setEndpoints(List<String> endpoints)
setEndpoints in interface ServiceMBeanpublic EncryptionProperties getEncryptionProperties()
getEncryptionProperties in interface ServiceMBeanpublic void setEncryptionProperties(EncryptionProperties encryptionProperties)
setEncryptionProperties in interface ServiceMBeanpublic int getMaxAddressLength()
public void setMaxAddressLength(int maxAddressLength)
maxAddressLength - the maximum allowable address lengthApache CXF