|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.sts.service.StaticService
public class StaticService
This class represents a (static) service. It can be spring-loaded with a set of Endpoint Strings, which are compiled into a collection of (reg-ex) Patterns.
Constructor Summary | |
---|---|
StaticService()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticService()
Method Detail |
---|
public boolean isAddressInEndpoints(String address)
isAddressInEndpoints
in interface ServiceMBean
public String getTokenType()
getTokenType
in interface ServiceMBean
public void setTokenType(String tokenType)
setTokenType
in interface ServiceMBean
public String getKeyType()
getKeyType
in interface ServiceMBean
public void setKeyType(String keyType)
setKeyType
in interface ServiceMBean
public void setEndpoints(List<String> endpoints)
setEndpoints
in interface ServiceMBean
public EncryptionProperties getEncryptionProperties()
getEncryptionProperties
in interface ServiceMBean
public void setEncryptionProperties(EncryptionProperties encryptionProperties)
setEncryptionProperties
in interface ServiceMBean
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |