Package org.keycloak.dom.saml.common
Class CommonAdviceType
java.lang.Object
org.keycloak.dom.saml.common.CommonAdviceType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AdviceType
,SAML11AdviceType
SAML Advice Type
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
advices
-
-
Constructor Details
-
CommonAdviceType
public CommonAdviceType()
-
-
Method Details
-
addAdvice
Add an advice- Parameters:
obj
-
-
remove
Remove an advice- Parameters:
advice
-- Returns:
-
getAdvices
Gets the advices. (Read only list)- Returns:
List
read only
-