Removed occurences of serialVersionUID from all classes.
This commit is contained in:
parent
4878073867
commit
ac91deac96
110 changed files with 1 additions and 177 deletions
|
@ -8,7 +8,6 @@ import java.util.Comparator;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class AuthenticationExecutionRepresentation implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String authenticatorConfig;
|
||||
private String authenticator;
|
||||
|
|
|
@ -8,7 +8,6 @@ import java.util.List;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class AuthenticationFlowRepresentation implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String alias;
|
||||
private String description;
|
||||
|
|
|
@ -9,7 +9,6 @@ import java.util.Map;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class AuthenticatorConfigRepresentation implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String alias;
|
||||
private Map<String, String> config = new HashMap<String, String>();
|
||||
|
|
|
@ -4,7 +4,6 @@ import javax.xml.ws.WebFault;
|
|||
|
||||
@WebFault(name = "UnknownProductFault")
|
||||
public class UnknownProductFault extends Exception {
|
||||
public static final long serialVersionUID = 20081110144906L;
|
||||
|
||||
private org.keycloak.example.ws.types.UnknownProductFault unknownProductFault;
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ import java.security.Principal;
|
|||
*/
|
||||
public class RolePrincipal implements Principal, Serializable {
|
||||
|
||||
private static final long serialVersionUID = -5538962177019315447L;
|
||||
private String roleName = null;
|
||||
|
||||
public RolePrincipal(String roleName) {
|
||||
|
|
|
@ -8,7 +8,6 @@ import java.util.HashSet;
|
|||
import java.util.Set;
|
||||
|
||||
public class SimpleGroup extends SimplePrincipal implements Group {
|
||||
private static final long serialVersionUID = 3273437693505893786L;
|
||||
private final Set<Principal> members = new HashSet<Principal>();
|
||||
|
||||
/**
|
||||
|
|
|
@ -14,7 +14,6 @@ import java.security.Principal;
|
|||
public class SimplePrincipal implements Principal, Serializable {
|
||||
|
||||
/** SimplePrincipal.java */
|
||||
private static final long serialVersionUID = -5645357206342793145L;
|
||||
|
||||
/** The unique identifier for this principal. */
|
||||
private final String name;
|
||||
|
|
|
@ -8,7 +8,6 @@ import java.io.Serializable;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class AuthenticationExecutionModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public static class ExecutionComparator implements Comparator<AuthenticationExecutionModel> {
|
||||
public static final ExecutionComparator SINGLETON = new ExecutionComparator();
|
||||
|
|
|
@ -7,7 +7,6 @@ import java.io.Serializable;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class AuthenticationFlowModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String id;
|
||||
private String alias;
|
||||
|
|
|
@ -9,7 +9,6 @@ import java.util.Map;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class AuthenticatorConfigModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String id;
|
||||
private String alias;
|
||||
|
|
|
@ -10,7 +10,6 @@ import java.util.Map;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class IdentityProviderMapperModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String id;
|
||||
protected String name;
|
||||
|
|
|
@ -30,7 +30,6 @@ import org.keycloak.representations.idm.IdentityProviderRepresentation;
|
|||
* @author Pedro Igor
|
||||
*/
|
||||
public class IdentityProviderModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String internalId;
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ import java.util.regex.Pattern;
|
|||
* @author <a href="mailto:sthorger@redhat.com">Stian Thorgersen</a>
|
||||
*/
|
||||
public class PasswordPolicy implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public static final String INVALID_PASSWORD_MIN_LENGTH_MESSAGE = "invalidPasswordMinLengthMessage";
|
||||
public static final String INVALID_PASSWORD_MIN_DIGITS_MESSAGE = "invalidPasswordMinDigitsMessage";
|
||||
|
|
|
@ -10,7 +10,6 @@ import java.util.Map;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class ProtocolMapperModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String id;
|
||||
protected String name;
|
||||
|
|
|
@ -10,7 +10,6 @@ import java.util.Map;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class RequiredCredentialModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String type;
|
||||
protected boolean input;
|
||||
|
|
|
@ -7,7 +7,6 @@ import java.util.Map;
|
|||
* @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
|
||||
*/
|
||||
public class UserFederationMapperModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String id;
|
||||
protected String name;
|
||||
|
|
|
@ -11,7 +11,6 @@ import java.util.Map;
|
|||
* @author <a href="mailto:bburke@redhat.com">Bill Burke</a>
|
||||
*/
|
||||
public class UserFederationProviderModel implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String id;
|
||||
private String providerName;
|
||||
|
|
|
@ -21,7 +21,6 @@ import java.util.TreeMap;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class CachedClient implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String id;
|
||||
private String clientId;
|
||||
|
|
|
@ -9,8 +9,6 @@ import org.keycloak.models.RoleModel;
|
|||
*/
|
||||
public class CachedClientRole extends CachedRole {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final String idClient;
|
||||
|
||||
public CachedClientRole(String idClient, RoleModel model, RealmModel realm) {
|
||||
|
|
|
@ -33,7 +33,6 @@ import java.util.Set;
|
|||
* @version $Revision: 1 $
|
||||
*/
|
||||
public class CachedRealm implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String id;
|
||||
private String name;
|
||||
|
|
|
@ -13,8 +13,6 @@ import java.util.Set;
|
|||
*/
|
||||
public class CachedRole implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
final protected String id;
|
||||
final protected String name;
|
||||
final protected String realm;
|
||||
|
|
|
@ -27,8 +27,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class CommonActionType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String namespace;
|
||||
|
||||
protected String value;
|
||||
|
|
|
@ -30,8 +30,6 @@ import java.util.List;
|
|||
*/
|
||||
public class CommonAdviceType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<Object> advices = new ArrayList<Object>();
|
||||
|
||||
/**
|
||||
|
|
|
@ -28,8 +28,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class CommonAssertionType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected XMLGregorianCalendar issueInstant;
|
||||
|
||||
protected String ID;
|
||||
|
|
|
@ -26,8 +26,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class CommonConditionsType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected XMLGregorianCalendar notBefore;
|
||||
|
||||
protected XMLGregorianCalendar notOnOrAfter;
|
||||
|
|
|
@ -30,8 +30,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class CommonRequestAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String id;
|
||||
|
||||
protected XMLGregorianCalendar issueInstant;
|
||||
|
|
|
@ -28,8 +28,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class CommonResponseType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String id;
|
||||
|
||||
protected XMLGregorianCalendar issueInstant;
|
||||
|
|
|
@ -43,8 +43,6 @@ import java.util.List;
|
|||
*/
|
||||
public class CommonStatusDetailType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<Object> any = new ArrayList<Object>();
|
||||
|
||||
/**
|
||||
|
|
|
@ -31,5 +31,4 @@ import org.keycloak.dom.saml.common.CommonActionType;
|
|||
*/
|
||||
public class SAML11ActionType extends CommonActionType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -29,5 +29,4 @@ import org.keycloak.dom.saml.common.CommonAdviceType;
|
|||
*/
|
||||
public class SAML11AdviceType extends CommonAdviceType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -46,8 +46,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11AssertionType extends CommonAssertionType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected int majorVersion = 1;
|
||||
|
||||
protected int minorVersion = 1;
|
||||
|
|
|
@ -33,8 +33,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11AttributeStatementType extends SAML11SubjectStatementType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<SAML11AttributeType> attribute = new ArrayList<SAML11AttributeType>();
|
||||
|
||||
public void add(SAML11AttributeType aAttribute) {
|
||||
|
|
|
@ -33,8 +33,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11AudienceRestrictionCondition extends SAML11ConditionAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<URI> audience = new ArrayList<URI>();
|
||||
|
||||
public void add(URI advice) {
|
||||
|
|
|
@ -35,8 +35,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11AuthenticationStatementType extends SAML11SubjectStatementType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected URI authenticationMethod;
|
||||
|
||||
protected XMLGregorianCalendar authenticationInstant;
|
||||
|
|
|
@ -36,8 +36,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11AuthorizationDecisionStatementType extends SAML11SubjectStatementType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<SAML11ActionType> actions = new ArrayList<SAML11ActionType>();
|
||||
|
||||
protected SAML11EvidenceType evidence;
|
||||
|
|
|
@ -25,5 +25,4 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class SAML11ConditionAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -23,5 +23,4 @@ package org.keycloak.dom.saml.v1.assertion;
|
|||
*/
|
||||
public class SAML11ConditionType extends SAML11ConditionAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -25,5 +25,4 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class SAML11ConditionsAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
||||
|
|
|
@ -36,8 +36,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11ConditionsType extends CommonConditionsType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public List<SAML11ConditionAbstractType> conditions = new ArrayList<SAML11ConditionAbstractType>();
|
||||
|
||||
public void add(SAML11ConditionAbstractType condition) {
|
||||
|
|
|
@ -23,5 +23,4 @@ package org.keycloak.dom.saml.v1.assertion;
|
|||
*/
|
||||
public class SAML11DoNotCacheConditionType extends SAML11ConditionAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -30,8 +30,6 @@ import java.net.URI;
|
|||
*/
|
||||
public class SAML11NameIdentifierType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String nameQualifier;
|
||||
|
||||
protected URI format;
|
||||
|
|
|
@ -25,5 +25,4 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class SAML11StatementAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -23,5 +23,4 @@ package org.keycloak.dom.saml.v1.assertion;
|
|||
*/
|
||||
public class SAML11StatementType extends SAML11StatementAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -28,8 +28,6 @@ package org.keycloak.dom.saml.v1.assertion;
|
|||
*/
|
||||
public class SAML11SubjectStatementType extends SAML11StatementAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected SAML11SubjectType subject;
|
||||
|
||||
public SAML11SubjectStatementType() {
|
||||
|
|
|
@ -36,8 +36,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11AttributeQueryType extends SAML11SubjectQueryAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<SAML11AttributeDesignatorType> attributeDesignator = new ArrayList<SAML11AttributeDesignatorType>();
|
||||
|
||||
protected URI resource;
|
||||
|
|
|
@ -31,8 +31,6 @@ import java.net.URI;
|
|||
*/
|
||||
public class SAML11AuthenticationQueryType extends SAML11SubjectQueryAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected URI authenticationMethod;
|
||||
|
||||
public URI getAuthenticationMethod() {
|
||||
|
|
|
@ -39,8 +39,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11AuthorizationDecisionQueryType extends SAML11SubjectQueryAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<SAML11ActionType> action = new ArrayList<SAML11ActionType>();
|
||||
|
||||
protected SAML11EvidenceType evidence;
|
||||
|
|
|
@ -25,5 +25,4 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class SAML11QueryAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -39,8 +39,6 @@ import java.util.List;
|
|||
*/
|
||||
public abstract class SAML11RequestAbstractType extends CommonRequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected int majorVersion = 1;
|
||||
|
||||
protected int minorVersion = 1;
|
||||
|
|
|
@ -36,8 +36,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11RequestType extends SAML11RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected SAML11QueryAbstractType query;
|
||||
|
||||
protected List<String> assertionIDRef = new ArrayList<String>();
|
||||
|
|
|
@ -37,8 +37,6 @@ import java.net.URI;
|
|||
*/
|
||||
public abstract class SAML11ResponseAbstractType extends CommonResponseType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected int majorVersion = 1;
|
||||
|
||||
protected int minorVersion = 1;
|
||||
|
|
|
@ -35,8 +35,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SAML11ResponseType extends SAML11ResponseAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<SAML11AssertionType> assertions = new ArrayList<SAML11AssertionType>();
|
||||
|
||||
protected SAML11StatusType status;
|
||||
|
|
|
@ -30,8 +30,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class SAML11StatusCodeType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public static final SAML11StatusCodeType SUCCESS = new SAML11StatusCodeType(new QName("samlp:Success"));
|
||||
|
||||
protected SAML11StatusCodeType statusCode;
|
||||
|
|
|
@ -32,8 +32,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class SAML11StatusType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected SAML11StatusCodeType statusCode;
|
||||
|
||||
protected String statusMessage;
|
||||
|
|
|
@ -31,8 +31,6 @@ import org.keycloak.dom.saml.v1.assertion.SAML11SubjectType;
|
|||
*/
|
||||
public class SAML11SubjectQueryAbstractType extends SAML11QueryAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected SAML11SubjectType subject;
|
||||
|
||||
public SAML11SubjectType getSubject() {
|
||||
|
|
|
@ -38,5 +38,4 @@ import org.keycloak.dom.saml.common.CommonActionType;
|
|||
*/
|
||||
public class ActionType extends CommonActionType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -45,5 +45,4 @@ import org.keycloak.dom.saml.common.CommonAdviceType;
|
|||
*/
|
||||
public class AdviceType extends CommonAdviceType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -43,8 +43,6 @@ import java.util.Set;
|
|||
*/
|
||||
public class AssertionType extends CommonAssertionType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private Element signature;
|
||||
|
||||
private final String version = "2.0";
|
||||
|
|
|
@ -45,7 +45,6 @@ import java.util.List;
|
|||
*/
|
||||
public class AttributeStatementType extends StatementAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
protected List<ASTChoiceType> attributes = new ArrayList<ASTChoiceType>();
|
||||
|
||||
/**
|
||||
|
@ -81,7 +80,6 @@ public class AttributeStatementType extends StatementAbstractType {
|
|||
|
||||
public static class ASTChoiceType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private AttributeType attribute;
|
||||
private EncryptedElementType encryptedAssertion;
|
||||
|
||||
|
|
|
@ -50,8 +50,6 @@ import java.util.Map;
|
|||
*/
|
||||
public class AttributeType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<Object> attributeValue = new ArrayList<Object>();
|
||||
protected String name;
|
||||
protected String nameFormat;
|
||||
|
|
|
@ -44,8 +44,6 @@ import java.util.List;
|
|||
*/
|
||||
public class AudienceRestrictionType extends ConditionAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<URI> audience = new ArrayList<URI>();
|
||||
|
||||
/**
|
||||
|
|
|
@ -28,8 +28,6 @@ import java.net.URI;
|
|||
*/
|
||||
public class AuthnContextClassRefType implements URIType, Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final URI value;
|
||||
|
||||
public AuthnContextClassRefType(URI value) {
|
||||
|
|
|
@ -28,7 +28,6 @@ import java.net.URI;
|
|||
*/
|
||||
public class AuthnContextDeclRefType implements URIType, Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private URI value;
|
||||
|
||||
public AuthnContextDeclRefType(URI value) {
|
||||
|
|
|
@ -27,8 +27,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class AuthnContextDeclType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private Object value;
|
||||
|
||||
public AuthnContextDeclType(Object value) {
|
||||
|
|
|
@ -60,8 +60,6 @@ import java.util.Set;
|
|||
*/
|
||||
public class AuthnContextType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final Set<URI> authenticatingAuthority = new LinkedHashSet<URI>();
|
||||
|
||||
private AuthnContextTypeSequence sequence;
|
||||
|
@ -165,8 +163,6 @@ public class AuthnContextType implements Serializable {
|
|||
*/
|
||||
public class AuthnContextTypeSequence implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private AuthnContextClassRefType classRef;
|
||||
|
||||
private AuthnContextDeclType authnContextDecl;
|
||||
|
|
|
@ -44,8 +44,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class AuthnStatementType extends StatementAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected SubjectLocalityType subjectLocality;
|
||||
protected AuthnContextType authnContext;
|
||||
protected XMLGregorianCalendar authnInstant;
|
||||
|
|
|
@ -45,7 +45,6 @@ import java.util.List;
|
|||
*/
|
||||
public class AuthzDecisionStatementType extends StatementAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
protected List<ActionType> action = new ArrayList<ActionType>();
|
||||
protected EvidenceType evidence;
|
||||
protected String resource;
|
||||
|
|
|
@ -38,7 +38,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class BaseIDAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private String nameQualifier;
|
||||
private String sPNameQualifier;
|
||||
|
||||
|
|
|
@ -37,5 +37,4 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class ConditionAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -50,8 +50,6 @@ import java.util.List;
|
|||
*/
|
||||
public class ConditionsType extends CommonConditionsType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<ConditionAbstractType> conditions = new ArrayList<ConditionAbstractType>();
|
||||
|
||||
/**
|
||||
|
|
|
@ -27,8 +27,6 @@ import org.w3c.dom.Element;
|
|||
*/
|
||||
public class EncryptedAssertionType extends EncryptedElementType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public EncryptedAssertionType() {
|
||||
super();
|
||||
}
|
||||
|
|
|
@ -29,8 +29,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class EncryptedElementType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* <complexType name="EncryptedElementType"> <sequence> <element ref="xenc:EncryptedData"/> <element
|
||||
* ref="xenc:EncryptedKey"
|
||||
|
|
|
@ -48,7 +48,6 @@ import java.util.List;
|
|||
*/
|
||||
public class EvidenceType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
protected List<ChoiceType> evidences = new ArrayList<ChoiceType>();
|
||||
|
||||
/**
|
||||
|
@ -80,7 +79,6 @@ public class EvidenceType implements Serializable {
|
|||
|
||||
public static class ChoiceType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private String AssertionIDRef;
|
||||
private URI AssertionURIRef;
|
||||
private AssertionType assertion;
|
||||
|
|
|
@ -40,8 +40,6 @@ import org.w3c.dom.Element;
|
|||
*/
|
||||
public class KeyInfoConfirmationDataType extends SubjectConfirmationDataType {
|
||||
|
||||
private static final long serialVersionUID = 2510471236717847074L;
|
||||
|
||||
protected Element keyInfo;
|
||||
|
||||
public Element getKeyInfo() {
|
||||
|
|
|
@ -35,7 +35,6 @@ public class NameIDType extends BaseIDAbstractType {
|
|||
* name="SPNameQualifier" type="string" use="optional"/> </attributeGroup>
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private String value;
|
||||
private URI format;
|
||||
private String sPProvidedID;
|
||||
|
|
|
@ -35,5 +35,4 @@ package org.keycloak.dom.saml.v2.assertion;
|
|||
*/
|
||||
public class OneTimeUseType extends ConditionAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -45,8 +45,6 @@ import java.util.List;
|
|||
*/
|
||||
public class ProxyRestrictionType extends ConditionAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<URI> audience = new ArrayList<URI>();
|
||||
|
||||
protected BigInteger count;
|
||||
|
|
|
@ -38,5 +38,4 @@ import java.io.Serializable;
|
|||
*/
|
||||
public abstract class StatementAbstractType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -50,8 +50,6 @@ import java.util.Map;
|
|||
*/
|
||||
public class SubjectConfirmationDataType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 7695748370849965158L;
|
||||
|
||||
protected XMLGregorianCalendar notBefore;
|
||||
|
||||
protected XMLGregorianCalendar notOnOrAfter;
|
||||
|
|
|
@ -47,7 +47,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class SubjectConfirmationType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
protected BaseIDAbstractType baseID;
|
||||
protected NameIDType nameID;
|
||||
protected EncryptedElementType encryptedID;
|
||||
|
|
|
@ -39,8 +39,6 @@ import java.io.Serializable;
|
|||
*/
|
||||
public class SubjectLocalityType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String address;
|
||||
|
||||
protected String dnsName;
|
||||
|
|
|
@ -52,8 +52,6 @@ import java.util.List;
|
|||
*/
|
||||
public class SubjectType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<SubjectConfirmationType> subjectConfirmation = new ArrayList<SubjectConfirmationType>();
|
||||
|
||||
protected STSubType subType;
|
||||
|
@ -114,8 +112,6 @@ public class SubjectType implements Serializable {
|
|||
|
||||
public static class STSubType implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -4073731807610876524L;
|
||||
|
||||
private BaseIDAbstractType baseID;
|
||||
|
||||
private EncryptedElementType encryptedID;
|
||||
|
|
|
@ -38,8 +38,6 @@ import org.keycloak.dom.saml.v2.assertion.AttributeType;
|
|||
*/
|
||||
public class RequestedAttributeType extends AttributeType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
public RequestedAttributeType(String name) {
|
||||
super(name);
|
||||
}
|
||||
|
|
|
@ -40,8 +40,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class ArtifactResolveType extends RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected String artifact;
|
||||
|
||||
public ArtifactResolveType(String id, XMLGregorianCalendar instant) {
|
||||
|
|
|
@ -40,8 +40,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class ArtifactResponseType extends StatusResponseType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected Object any;
|
||||
|
||||
public ArtifactResponseType(String id, XMLGregorianCalendar issueInstant) {
|
||||
|
|
|
@ -43,8 +43,6 @@ import java.util.List;
|
|||
*/
|
||||
public class AssertionIDRequestType extends RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<String> assertionIDRef = new ArrayList<String>();
|
||||
|
||||
public AssertionIDRequestType(String id, XMLGregorianCalendar instant) {
|
||||
|
|
|
@ -45,8 +45,6 @@ import java.util.List;
|
|||
*/
|
||||
public class AttributeQueryType extends SubjectQueryAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<AttributeType> attribute = new ArrayList<AttributeType>();
|
||||
|
||||
public AttributeQueryType(String id, XMLGregorianCalendar instant) {
|
||||
|
|
|
@ -41,8 +41,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class AuthnQueryType extends SubjectQueryAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected RequestedAuthnContextType requestedAuthnContext;
|
||||
|
||||
protected String sessionIndex;
|
||||
|
|
|
@ -56,8 +56,6 @@ import java.net.URI;
|
|||
*/
|
||||
public class AuthnRequestType extends RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected SubjectType subject;
|
||||
|
||||
protected NameIDPolicyType nameIDPolicy;
|
||||
|
|
|
@ -49,8 +49,6 @@ import java.util.List;
|
|||
*/
|
||||
public class AuthzDecisionQueryType extends SubjectQueryAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<ActionType> action = new ArrayList<ActionType>();
|
||||
|
||||
protected EvidenceType evidence;
|
||||
|
|
|
@ -54,8 +54,6 @@ import java.util.List;
|
|||
*/
|
||||
public class LogoutRequestType extends RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected BaseIDAbstractType baseID;
|
||||
|
||||
protected NameIDType nameID;
|
||||
|
|
|
@ -51,8 +51,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class ManageNameIDRequestType extends RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected NameIDType nameID;
|
||||
|
||||
protected EncryptedElementType encryptedID;
|
||||
|
|
|
@ -49,8 +49,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class NameIDMappingRequestType extends RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected BaseIDAbstractType baseID;
|
||||
|
||||
protected NameIDType nameID;
|
||||
|
|
|
@ -44,8 +44,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class NameIDMappingResponseType extends StatusResponseType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected NameIDType nameID;
|
||||
|
||||
protected EncryptedElementType encryptedID;
|
||||
|
|
|
@ -52,8 +52,6 @@ import java.net.URI;
|
|||
*/
|
||||
public abstract class RequestAbstractType extends CommonRequestAbstractType implements SAML2Object {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected NameIDType issuer;
|
||||
|
||||
protected ExtensionsType extensions;
|
||||
|
|
|
@ -47,8 +47,6 @@ import java.util.List;
|
|||
*/
|
||||
public class ResponseType extends StatusResponseType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected List<RTChoiceType> assertions = new ArrayList<ResponseType.RTChoiceType>();
|
||||
|
||||
public ResponseType(String id, XMLGregorianCalendar issueInstant) {
|
||||
|
|
|
@ -40,5 +40,4 @@ import org.keycloak.dom.saml.common.CommonStatusDetailType;
|
|||
*/
|
||||
public class StatusDetailType extends CommonStatusDetailType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
}
|
|
@ -53,8 +53,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public class StatusResponseType extends CommonResponseType implements SAML2Object {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected NameIDType issuer;
|
||||
|
||||
protected ExtensionsType extensions;
|
||||
|
|
|
@ -42,8 +42,6 @@ import javax.xml.datatype.XMLGregorianCalendar;
|
|||
*/
|
||||
public abstract class SubjectQueryAbstractType extends RequestAbstractType {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected SubjectType subject;
|
||||
|
||||
public SubjectQueryAbstractType(String id, XMLGregorianCalendar instant) {
|
||||
|
|
|
@ -26,8 +26,7 @@ import java.security.GeneralSecurityException;
|
|||
* @since May 22, 2009
|
||||
*/
|
||||
public class ConfigurationException extends GeneralSecurityException {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
|
||||
public ConfigurationException() {
|
||||
super();
|
||||
}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue