index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl/tokens/FailoverTokenFactory.java
/** * Copyright (c) 2015-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,900
0
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl/entityauth/ProxyEntityAuthenticationFactory.java
/** * Copyright (c) 2015-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,901
0
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl/entityauth/ProxyEntityAuthenticationScheme.java
/** * Copyright (c) 2015 Netflix, Inc. All rights reserved. */ package com.netflix.msl.entityauth; import com.netflix.msl.entityauth.EntityAuthenticationScheme; /** * <p>Proxy entity authentication schemes.</p> * * <p>All entity authentication schemes are automatically re-mapped onto the * proxy entity authen...
1,902
0
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl
Create_ds/msl/examples/proxy/src/main/java/com/netflix/msl/entityauth/FailingEntityAuthenticationFactory.java
/** * Copyright (c) 2015-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,903
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IMessageEditorTabFactory.java
package burp; /* * @(#)IMessageEditorTabFactory.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Ex...
1,904
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IResponseInfo.java
package burp; /* * @(#)IResponseInfo.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.util.Lis...
1,905
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IScannerCheck.java
package burp; /* * @(#)IScannerCheck.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.util.Lis...
1,906
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IProxyListener.java
package burp; /* * @(#)IProxyListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions c...
1,907
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IContextMenuFactory.java
package burp; /* * @(#)IContextMenuFactory.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import javax....
1,908
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IScopeChangeListener.java
package burp; /* * @(#)IScopeChangeListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extens...
1,909
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IInterceptedProxyMessage.java
package burp; /* * @(#)IInterceptedProxyMessage.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import ja...
1,910
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IBurpExtenderCallbacks.java
package burp; /* * @(#)IBurpExtenderCallbacks.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import jav...
1,911
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/ITab.java
package burp; /* * @(#)ITab.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt.*; /** * T...
1,912
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IHttpRequestResponseWithMarkers.java
package burp; /* * @(#)IHttpRequestResponseWithMarkers.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ im...
1,913
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IMessageEditorController.java
package burp; /* * @(#)IMessageEditorController.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Th...
1,914
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IIntruderAttack.java
package burp; /* * @(#)IIntruderAttack.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interf...
1,915
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IExtensionStateListener.java
package burp; /* * @(#)IExtensionStateListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Ext...
1,916
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IHttpRequestResponsePersisted.java
package burp; /* * @(#)IHttpRequestResponsePersisted.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** ...
1,917
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IHttpListener.java
package burp; /* * @(#)IHttpListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions c...
1,918
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IIntruderPayloadGeneratorFactory.java
package burp; /* * @(#)IIntruderPayloadGeneratorFactory.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /...
1,919
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IMenuItemHandler.java
package burp; /* * @(#)IMenuItemHandler.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions...
1,920
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IScanQueueItem.java
package burp; /* * @(#)IScanQueueItem.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interfa...
1,921
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IMessageEditor.java
package burp; /* * @(#)IMessageEditor.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt.*;...
1,922
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IScannerInsertionPointProvider.java
package burp; /* * @(#)IScannerInsertionPointProvider.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ imp...
1,923
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IScanIssue.java
package burp; /* * @(#)IScanIssue.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface i...
1,924
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/ISessionHandlingAction.java
package burp; /* * @(#)ISessionHandlingAction.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Exte...
1,925
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IIntruderPayloadProcessor.java
package burp; /* * @(#)IIntruderPayloadProcessor.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * E...
1,926
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IHttpService.java
package burp; /* * @(#)IHttpService.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface...
1,927
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/ICookie.java
package burp; /* * @(#)ICookie.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.util.Date; /*...
1,928
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IBurpExtender.java
package burp; /* * @(#)IBurpExtender.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * All extension...
1,929
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IRequestInfo.java
package burp; /* * @(#)IRequestInfo.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.net.URL; ...
1,930
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/ITempFile.java
package burp; /* * @(#)ITempFile.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface is...
1,931
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IScannerInsertionPoint.java
package burp; /* * @(#)IScannerInsertionPoint.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This...
1,932
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IContextMenuInvocation.java
package burp; /* * @(#)IContextMenuInvocation.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java...
1,933
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IExtensionHelpers.java
package burp; /* * @(#)IExtensionHelpers.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.net....
1,934
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/ITextEditor.java
package burp; /* * @(#)ITextEditor.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt.*; /...
1,935
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IIntruderPayloadGenerator.java
package burp; /* * @(#)IIntruderPayloadGenerator.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * T...
1,936
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IHttpRequestResponse.java
package burp; /* * @(#)IHttpRequestResponse.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This i...
1,937
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IParameter.java
package burp; /* * @(#)IParameter.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * This interface i...
1,938
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IScannerListener.java
package burp; /* * @(#)IScannerListener.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ /** * Extensions...
1,939
0
Create_ds/msl/examples/burp-extender/src/main/java
Create_ds/msl/examples/burp-extender/src/main/java/burp/IMessageEditorTab.java
package burp; /* * @(#)IMessageEditorTab.java * * Copyright PortSwigger Ltd. All rights reserved. * * This code may be used to extend the functionality of Burp Suite Free Edition * and Burp Suite Professional, provided that this usage does not violate the * license terms for those products. */ import java.awt...
1,940
0
Create_ds/msl/examples/simple/src/main/java
Create_ds/msl/examples/simple/src/main/java/server/SimpleConstants.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,941
0
Create_ds/msl/examples/simple/src/main/java
Create_ds/msl/examples/simple/src/main/java/server/SimpleServlet.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,942
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/util/SimpleMslContext.java
/** * Copyright (c) 2014-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,943
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/util/SimpleAuthenticationUtils.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,944
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleQueryRequest.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,945
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleProfileRequest.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,946
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleRequestExecutionException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. */ package server.msg; /** * <p>Thrown if an error occurs while executing a request.</p> * * @author Wesley Miaw <wmiaw@netflix.com> */ public class SimpleRequestExecutionException extends Exception { private static final long serialVersionUID = 1...
1,947
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleRespondMessageContext.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,948
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleRequestParseException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,949
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleLogRequest.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,950
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleRequestUnknownException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,951
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleRequestUserException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,952
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleEchoRequest.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,953
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleQuitRequest.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,954
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleRequest.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,955
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/msg/SimpleReceiveMessageContext.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,956
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/userauth/SimpleEmailPasswordStore.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,957
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/userauth/SimpleUser.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,958
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/userauth/SimpleTokenFactory.java
/** * Copyright (c) 2014-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,959
0
Create_ds/msl/examples/simple/src/main/java/server
Create_ds/msl/examples/simple/src/main/java/server/entityauth/SimpleRsaStore.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,960
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/ServerMslConfig.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,961
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/SimpleMslServer.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,962
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/SimpleHttpServer.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,963
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/SimpleServlet.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,964
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/util/ServerMslContext.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,965
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/util/ServerAuthenticationUtils.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,966
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/msg/ServerRespondMessageContext.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,967
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/msg/ServerReceiveMessageContext.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,968
0
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server
Create_ds/msl/examples/mslcli/server/src/main/java/mslcli/server/tokens/ServerTokenFactory.java
/** * Copyright (c) 2014-2018 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,969
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/Pair.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,970
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/Triplet.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,971
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/IllegalCmdArgumentRuntimeException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,972
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/CmdArguments.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,973
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/MslConfig.java
/** * Copyright (c) 2014-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,974
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/IllegalCmdArgumentException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,975
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/SharedUtil.java
/** * Copyright (c) 2014-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,976
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/ConfigurationException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,977
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/CommonMslContext.java
/** * Copyright (c) 2014-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,978
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/MslStoreWrapper.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,979
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/WrapCryptoContextRepositoryWrapper.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,980
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/ConfigurationRuntimeException.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,981
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/CommonAuthenticationUtils.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,982
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/WrapCryptoContextRepositoryHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,983
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/AppContext.java
/** * Copyright (c) 2014-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,984
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/MslStoreData.java
/** * Copyright (c) 2014-2017 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
1,985
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/util/MslProperties.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,986
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/msg/MessageConfig.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,987
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/keyx/DiffieHellmanExchangeHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,988
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/keyx/JsonWebEncryptionLadderExchangeHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,989
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/keyx/KeyExchangeHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,990
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/keyx/AsymmetricWrappedExchangeHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,991
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/keyx/SimpleWrapCryptoContextRepository.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,992
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/keyx/SymmetricWrappedExchangeHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,993
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/keyx/JsonWebKeyLadderExchangeHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,994
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/userauth/UserAuthenticationHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,995
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/userauth/SimpleEmailPasswordStore.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,996
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/userauth/EmailPasswordUserAuthenticationHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,997
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/tokens/SimpleUser.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,998
0
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common
Create_ds/msl/examples/mslcli/client/src/main/java/mslcli/common/entityauth/PresharedEntityAuthenticationHandle.java
/** * Copyright (c) 2014 Netflix, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
1,999