|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceMBean
This MBean represents a service. It defines a single operation "isAddressInEndpoints(String address)". This is called by the Issue binding, passing through the address URL that is supplied as part of "AppliesTo". The AppliesTo address must match with a "known" address of the implementation of this MBean.
Method Summary | |
---|---|
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 |
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 |
setTokenType(String tokenType)
Set the default Token Type to be issued for this Service |
Method Detail |
---|
boolean isAddressInEndpoints(String address)
String getTokenType()
void setTokenType(String tokenType)
String getKeyType()
void setKeyType(String keyType)
void setEndpoints(List<String> endpoints)
EncryptionProperties getEncryptionProperties()
void setEncryptionProperties(EncryptionProperties encryptionProperties)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |